mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
parent
d0409f1f1e
commit
b7cbd08e0c
@ -25,7 +25,7 @@ resource "aws_vpn_gateway" "vpn_gateway" {
|
||||
resource "aws_customer_gateway" "customer_gateway" {
|
||||
bgp_asn = 60000
|
||||
ip_address = "172.0.0.1"
|
||||
type = ipsec.1
|
||||
type = "ipsec.1"
|
||||
}
|
||||
|
||||
resource "aws_vpn_connection" "main" {
|
||||
|
Loading…
Reference in New Issue
Block a user