feat: initial commit #3

Merged
benvin merged 3 commits from benvin/add-missing-registries into main 2026-07-03 23:35:30 +10:00
Showing only changes of commit 292392a024 - Show all commits
+5
View File
@@ -16,6 +16,11 @@ define vault_env
endef
init:
@# Drop any stale dependency locks so provider sources are re-resolved
@# purely from config. Locks are gitignored and CI can reuse a workspace
@# carrying a lock from an earlier (old provider source) run, which -upgrade
@# on some OpenTofu versions tries to re-resolve instead of dropping.
@find . -name '.terraform.lock.hcl' -not -path '*/.git/*' -delete
@$(call vault_env) && \
terragrunt run --all --non-interactive init -- -upgrade