diff --git a/docs/data-sources/rediscloud_transit_gateway.md b/docs/data-sources/rediscloud_transit_gateway.md index ef353b03..27ced08a 100644 --- a/docs/data-sources/rediscloud_transit_gateway.md +++ b/docs/data-sources/rediscloud_transit_gateway.md @@ -14,7 +14,7 @@ The Transit Gateway data source allows access to an available Transit Gateway wi ```hcl data "rediscloud_transit_gateway" "example" { subscription_id = "113991" - aws_tgw_id = "tgw-1c55bfdoe20pdsad2" + aws_tgw_uid = "tgw-1c55bfdoe20pdsad2" } output "rediscloud_transit_gateway" { @@ -27,7 +27,7 @@ output "rediscloud_transit_gateway" { * `subscription_id` - (Required) The id of a Pro/Flexible subscription * `tgw_id` - (Optional) The id of the Transit Gateway relative to the associated subscription. You would likely reference this value when creating a `rediscloud_transit_gateway_attachment`. -* `aws_tgw_id` - (Optional) The id of the Transit Gateway as known to AWS +* `aws_tgw_uid` - (Optional) The id of the Transit Gateway as known to AWS ## Attribute Reference