We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694c0aa commit f838fc9Copy full SHA for f838fc9
README.md
@@ -64,7 +64,7 @@ module "transit_gateway" {
64
65
# Provide existing Transit Gateway ID
66
transit_gateway_id = "tgw-0123456789abcdef0"
67
- transit_gateway_enabled = true # Keep true to enable RAM sharing
+ transit_gateway_enabled = true # RAM sharing enabled automatically when transit_gateway_id is set
68
69
# VPC attachment configuration
70
attachment = true
0 commit comments