Skip to content

Commit

Permalink
correct description of transit_gateway_id
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 27, 2024
1 parent b00c7bf commit 8eb42c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/010-cluster/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ variable "tags" {
}

variable "transit_gateway_id" {
description = "The ID of the transit gateway to attach to when using create_transit_gateway_attachment."
description = "The ID of the transit gateway to attach to when use_transit_gateway = true."
type = string
default = ""
}
Expand Down

0 comments on commit 8eb42c9

Please sign in to comment.