Skip to content

Commit

Permalink
add to example
Browse files Browse the repository at this point in the history
  • Loading branch information
james-martinez committed Aug 15, 2024
1 parent 04da9d5 commit 42ce18e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/complete-vpn-connection-transit-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ module "vpn_gateway_1" {
tunnel1_preshared_key = "1234567890abcdefghijklmn"
tunnel2_preshared_key = "abcdefghijklmn1234567890"

create_vpn_gateway_attachment = false
connect_to_transit_gateway = true
create_vpn_gateway_attachment = false
connect_to_transit_gateway = true
vpn_connection_enable_acceleration = true

tags = {
key1 = "example value 1"
Expand All @@ -41,8 +42,9 @@ module "vpn_gateway_2" {
tunnel1_preshared_key = "1234567890abcdefghijklmn"
tunnel2_preshared_key = "abcdefghijklmn1234567890"

create_vpn_gateway_attachment = false
connect_to_transit_gateway = true
create_vpn_gateway_attachment = false
connect_to_transit_gateway = true
vpn_connection_enable_acceleration = true

tags = {
vpn2a = "example value 1"
Expand Down

0 comments on commit 42ce18e

Please sign in to comment.