Skip to content

Commit f838fc9

Browse files
committed
docs: clarify RAM sharing behavior with existing TGW
RAM sharing is enabled when either transit_gateway_enabled is true OR transit_gateway_id is set. Updated comment to reflect this.
1 parent 694c0aa commit f838fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module "transit_gateway" {
6464
6565
# Provide existing Transit Gateway ID
6666
transit_gateway_id = "tgw-0123456789abcdef0"
67-
transit_gateway_enabled = true # Keep true to enable RAM sharing
67+
transit_gateway_enabled = true # RAM sharing enabled automatically when transit_gateway_id is set
6868
6969
# VPC attachment configuration
7070
attachment = true

0 commit comments

Comments
 (0)