Commit ae153fe
Add cnames to the smoke wrapper as a cross-module provider guard
The quilt/cnames provider conflict went unnoticed because CI only ever
validates each module standalone — no job composed two modules in one
root, so their combined AWS provider constraints were never resolved.
Compose `cnames` alongside `quilt` in the smoke wrapper so the test
job's `terraform init` resolves both modules' constraints together. A
future incompatible pin on either module now fails init in CI (verified:
reverting cnames to `~> 5.0` makes this wrapper's init fail). Also drops
the now-stale cnames note from the root provider-pin comment.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 5a1378f commit ae153fe
2 files changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
90 | 103 | | |
91 | 104 | | |
92 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments