Nat Gateway

Creating a gateway with minimal parameters

resources:
  - type: aws_ec2_nat_gateway
    name: nat_gateway1
    props:
      subnet_id: "subnet-12345"

Last updated

Was this helpful?