Skip to content

Commit 85cf3e0

Browse files
sir-sigurdclaude
andcommitted
Tighten cnames guard comment in smoke wrapper
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ae153fe commit 85cf3e0

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

modules/quilt/tests/smoke/main.tf

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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.
9592
module "cnames" {
9693
source = "../../../cnames"
9794

0 commit comments

Comments
 (0)