parent
d0409f1f1e
commit
b7cbd08e0c
|
@ -25,7 +25,7 @@ resource "aws_vpn_gateway" "vpn_gateway" {
|
||||||
resource "aws_customer_gateway" "customer_gateway" {
|
resource "aws_customer_gateway" "customer_gateway" {
|
||||||
bgp_asn = 60000
|
bgp_asn = 60000
|
||||||
ip_address = "172.0.0.1"
|
ip_address = "172.0.0.1"
|
||||||
type = ipsec.1
|
type = "ipsec.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_vpn_connection" "main" {
|
resource "aws_vpn_connection" "main" {
|
||||||
|
|
Loading…
Reference in New Issue