Day 3 - Managing Resources
Create a Terraform configuration file to define a resource of AWS EC2 instance.
Create a Terraform configuration file (main.tf) that defines an AWS EC2 instance resource.
terraform {
required_providers {
aws = {
source = "hashi...
shreya-gupta.hashnode.dev4 min read