thedevopsstore / vpc

create vac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create VPC

This code will create a VPC with two public subnets and two private subnets with internet gateway and natgateway for private subnet to communicate with internet

git clone https://github.com/thedevopsstore/vpc.git

cd vpc

terraform init
terraform plan
  
terraform apply

About

create vac

License:Apache License 2.0


Languages

Language:HCL 100.0%