Commit ab697e1
chore: update remote-state to 2.0.0 and switch to standalone account-map (#84)
* chore: update remote-state to 2.0.0 and vendor account-map from standalone repo
- Update remote-state module from 1.8.0 to 2.0.0
- Switch vendor.yaml account-map source from monorepo to standalone
cloudposse-terraform-components/aws-account-map at v1.537.2
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* revert: keep remote-state at 1.8.0 for now
Utils provider v2.x changes workspace name resolution in
utils_component_config, breaking the vpc-flow-logs-bucket remote-state
lookup in tests. VPC doesn't directly declare a utils provider, so
keeping remote-state at 1.8.0 avoids the conflict while the workspace
resolution change is investigated.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* revert: restore remote-state to 2.0.0
The workspace resolution issue with utils v2.x needs to be
investigated, but reverting to 1.8.0 would reintroduce the
utils provider constraint conflict.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: bump vpc-flow-logs-bucket vendor to v1.537.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* remove environment
* fix: remove Go templates from test backend config
Utils provider v2.1.0+ no longer resolves Go templates in
utils_component_config output (disabled to fix ETXTBSY crash with
!terraform.output YAML tags). This caused terraform_remote_state
to receive literal {{ .component }} template strings as paths,
failing to find state files.
Use a single state directory and rely on terraform workspace
isolation to separate state per component.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* revert: restore Go templates in test backend config
The {{ .component }} pattern is standard across all component test
fixtures. The fix for template resolution needs to be upstream in the
utils provider — it should selectively re-enable template processing
for backend config while still disabling !terraform.output YAML
functions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* remove backend config
* use defaults
* revert changes
* cleanup
* revert some files to main
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a247ac9 commit ab697e1
3 files changed
+4
-34
lines changed| 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 | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
This file was deleted.
0 commit comments