Skip to content

Commit

Permalink
correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 23, 2024
1 parent 65da0ac commit 27aa0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/010-cluster/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "create_nat_gateway" {
}

variable "use_transit_gateway" {
description = "Set to true to attach a transit gateway to this vpc and route traffic to it. Use in conjunction with transit_gateway_id and create_nat_gateway=false."
description = "Set to true to attach a transit gateway to this VPC and route traffic to it. Use in conjunction with transit_gateway_id and create_nat_gateway=false."
type = bool
default = false
}
Expand Down Expand Up @@ -87,7 +87,7 @@ variable "transit_gateway_default_route_table_association" {
}

variable "transit_gateway_default_route_table_propagation" {
description = "Whether or not to send propigation of this route to the default route table of the transit gateway."
description = "Whether or not to send propagation of this route to the default route table of the transit gateway."
type = bool
default = true
}
Expand Down

0 comments on commit 27aa0e7

Please sign in to comment.