File tree Expand file tree Collapse file tree
modules/quilt/tests/smoke Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,12 +86,9 @@ module "quilt" {
8686 user_subnets = var. user_subnets
8787}
8888
89- # Compose `cnames` in the same root as `quilt` so CI resolves their combined
90- # AWS provider constraints at init. This is the regression guard for the
91- # quilt (vpc → aws >= 6.28) vs cnames conflict: a future incompatible pin on
92- # either module fails `terraform init` here. Inputs are literal dummies — the
93- # guard is provider resolution + plan wiring, not value flow from the (mocked)
94- # quilt outputs.
89+ # Compose `cnames` with `quilt` so CI's init resolves both modules' AWS
90+ # provider constraints together — a future incompatible pin fails init here.
91+ # Inputs are literal dummies; this guards resolution, not value flow.
9592module "cnames" {
9693 source = " ../../../cnames"
9794
You can’t perform that action at this time.
0 commit comments