For the complete documentation index, see llms.txt. This page is also available as Markdown.

VPN Gateway

Creating a gateway with minimal parameters

resources:
  - type: aws_ec2_vpn_gateway
    name: vpn-gateway1
    props:
      type: "ipsec.1"

Last updated