Customer Gateway

Creating a gateway with minimal parameters

resources:
  - type: aws_ec2_customer_gateway
    name: customer-gateway1
    props:
      type: "ipsec.1"
      bgp_asn: 65000
      ip_address: "203.0.113.1"

Last updated

Was this helpful?