We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0beed0c commit 67fd040Copy full SHA for 67fd040
docs/resources/aws_transit_gateway_attachment.md
@@ -72,6 +72,12 @@ resource "hcp_hvn_route" "route" {
72
resource "aws_ec2_transit_gateway_vpc_attachment_accepter" "example" {
73
transit_gateway_attachment_id = hcp_aws_transit_gateway_attachment.example.provider_transit_gateway_attachment_id
74
}
75
+
76
+resource "aws_route" "example" {
77
+ route_table_id = aws_vpc.example.main_route_table_id
78
+ destination_cidr_block = hcp_hvn.main.cidr_block
79
+ transit_gateway_id = aws_ec2_transit_gateway_vpc_attachment_accepter.example.id
80
+}
81
```
82
83
<!-- schema generated by tfplugindocs -->
0 commit comments