You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- README: note that toggling the mode changes the stack's public egress IP
(NAT EIPs released on disable; egress via the TGW's NAT when enabled), so
anything allowlisting Quilt's egress address must be updated or it breaks
silently.
- examples/main.tf: align the IPv6 comment with the corrected mechanism (off =
no IPv6 default route, clients use IPv4) instead of "IPv4 fallback".
- vpc tests: add negative-path runs — enabled-without-id (attachment
precondition), malformed id (variable validation), and id-set-without-enable
(no-op: no attachment/routes).
- vpc main.tf: hoist the repeated `new_network_valid && enable_transit_gateway`
count gate into a `transit_gateway_enabled` local; add a comment on why the
attachment lands in intra subnets (ENI placement only).
- quilt: align transit_gateway_id description with the vpc module (the new-VPC
scoping lives on enable_transit_gateway).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
description="Transit Gateway ID for private subnet egress when creating a new VPC. Required when enable_transit_gateway == true; may be a computed value (e.g. a TGW created in the same configuration)."
41
+
description="Transit Gateway ID for private subnet egress. Required when enable_transit_gateway == true; may be a computed value (e.g. a TGW created in the same configuration)."
0 commit comments