Vpc

Creating a vpc with minimal parameters

resources:
  - type: aws_ec2_vpc
    name: vpc1
    props:
      cidr_block: "10.2.0.0/16"

Last updated

Was this helpful?