MartinKaburu / terraform-aws-vpc

Describe an aws vpc with terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-aws-vpc

Describe an aws vpc with terraform

Dependancies

Setup

  • Initialise terraform in the directory
terraform init
  • Plan out the infrastructure
terraform plan
  • Apply the infrastructure
terraform apply

About

Describe an aws vpc with terraform


Languages

Language:Shell 72.6%Language:HCL 27.4%