Commit b6de919
Bump modules/cnames AWS provider constraint to ~> 6.0 (#117)
* Relax modules/cnames AWS provider constraint to span 6.x
The cnames module pinned aws `~> 5.0` (< 6.0), but it is used alongside
the vpc module, whose `terraform-aws-modules/vpc ~> 6.0` dependency
requires aws >= 6.28. A root using both modules (the topology
`examples/main.tf` documents) failed `terraform init` with an
unsatisfiable provider constraint. Widen to `>= 5.79, < 7.0` so it
resolves into 6.x while still blocking the next major — completing the
registry-pinning reconciliation started in #110/#112.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* Add CHANGELOG entry for cnames provider constraint fix (#117)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* Use ~> 6.0 for cnames AWS pin; drop inline comment
Match the registry-pinning convention (~>) used by the vpc module
rather than a bare range; the rationale lives in the CHANGELOG and PR.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* 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>
* Tighten cnames guard comment in smoke wrapper
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 70559d2 commit b6de919
4 files changed
Lines changed: 17 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| 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 | + | |
90 | 100 | | |
91 | 101 | | |
92 | 102 | | |
| |||
| 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