Terraform Project
Create a main.tf file as shown below...
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
}
}
}
provider "aws" {
region = "us-east-1"
}
resource "aws_vpc" "main" {
cidr_bl...
vrishni.hashnode.dev2 min read
Samara Reddy
Aws & DevOps
Thank you for sharing this wonderful piece Vrishni Shree V B