Skip to content

Commit

Permalink
fix missing double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
james-martinez authored Aug 15, 2024
1 parent c9b9b6c commit a476c5a
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 @@ -53,7 +53,7 @@ variable "vpn_connection_static_routes_only" {
default = false
}

variable "vpn_connection_enable_acceleration {
variable "vpn_connection_enable_acceleration" {
description = "Indicate whether to enable acceleration for the VPN connection. Supports only EC2 Transit Gateway."
type = bool
default = false
Expand Down

0 comments on commit a476c5a

Please sign in to comment.