Commit b6bfb7b
committed
fix: bump stack-config/yaml remote-state from 1.8.0 to 2.0.0
CI Lint was failing with conflicting constraints on cloudposse/utils:
no available releases match the given constraints
>= 1.7.1, >= 2.0.0, < 2.0.0, < 3.0.0
src/remote-state.tf (4 call sites) pinned stack-config/yaml v1.8.0,
which requires utils >= 1.7.1, < 2.0.0. CI clones aws-account-map
sibling component for ../account-map/modules/iam-roles, and
iam_roles.account_map there now uses stack-config/yaml v2.0.0, which
requires utils >= 2.0.0, < 3.0.0. The two ranges are incompatible.
Bumping all four refs to v2.0.0 aligns with the sibling component
and resolves the provider constraint. No breaking API changes
between 1.8.0 and 2.0.0 in the remote-state submodule — only the
utils version pin widens.1 parent db6023d commit b6bfb7b
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments