Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 9, 2023
1 parent 43d2b18 commit a8ecfd9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ variable "tgw_vpn_routing_prefix_list" {
default = ""
}

variable "tgw_enable_vpn_routing" {
description = "Enable VPN routing over Transit Gateway"
type = bool
default = false
}

variable "tgw_enable_vpn" {
description = "Enable AWS VPN Configuration on the Transit Gateway (default: false)"
type = bool
Expand Down

0 comments on commit a8ecfd9

Please sign in to comment.