Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/data-sources/rediscloud_transit_gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand All @@ -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

Expand Down
Loading