Subnet

Creating a subnet with minimal parameters

resources:
  - type: aws_ec2_subnet
    name: subnet1
    props:
      vpc_id: vpc-12345
      cidr_block: "10.2.1.0/24"
      

Last updated

Was this helpful?