Skip to content

Commit

Permalink
Use terraform defaults
Browse files Browse the repository at this point in the history
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
  • Loading branch information
james-martinez and bryantbiggs authored Oct 11, 2024
1 parent 42ce18e commit 5666b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ variable "vpn_connection_static_routes_only" {
variable "vpn_connection_enable_acceleration" {
description = "Indicate whether to enable acceleration for the VPN connection. Supports only EC2 Transit Gateway."
type = bool
default = false
default = null
}

variable "vpn_connection_static_routes_destinations" {
Expand Down

0 comments on commit 5666b95

Please sign in to comment.