From c9b9b6c3ef554f674fecaeea402d0e6b70c09591 Mon Sep 17 00:00:00 2001 From: James Martinez Date: Wed, 14 Aug 2024 16:18:51 +0000 Subject: [PATCH] fmt --- main.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.tf b/main.tf index c40a813..f2e2f60 100644 --- a/main.tf +++ b/main.tf @@ -24,7 +24,7 @@ resource "aws_vpn_connection" "default" { customer_gateway_id = var.customer_gateway_id type = "ipsec.1" - static_routes_only = var.vpn_connection_static_routes_only + static_routes_only = var.vpn_connection_static_routes_only enable_acceleration = var.vpn_connection_enable_acceleration tunnel1_phase1_dh_group_numbers = var.tunnel1_phase1_dh_group_numbers @@ -133,7 +133,7 @@ resource "aws_vpn_connection" "tunnel" { customer_gateway_id = var.customer_gateway_id type = "ipsec.1" - static_routes_only = var.vpn_connection_static_routes_only + static_routes_only = var.vpn_connection_static_routes_only enable_acceleration = var.vpn_connection_enable_acceleration tunnel1_inside_cidr = var.tunnel1_inside_cidr @@ -245,7 +245,7 @@ resource "aws_vpn_connection" "preshared" { customer_gateway_id = var.customer_gateway_id type = "ipsec.1" - static_routes_only = var.vpn_connection_static_routes_only + static_routes_only = var.vpn_connection_static_routes_only enable_acceleration = var.vpn_connection_enable_acceleration tunnel1_preshared_key = var.tunnel1_preshared_key @@ -354,7 +354,7 @@ resource "aws_vpn_connection" "tunnel_preshared" { customer_gateway_id = var.customer_gateway_id type = "ipsec.1" - static_routes_only = var.vpn_connection_static_routes_only + static_routes_only = var.vpn_connection_static_routes_only enable_acceleration = var.vpn_connection_enable_acceleration tunnel1_inside_cidr = var.tunnel1_inside_cidr