Skip to content

Commit

Permalink
Updated makefile and ran make lock to resolve issues with Terraform l…
Browse files Browse the repository at this point in the history
…ock file
  • Loading branch information
jamesgreen-moj committed Nov 14, 2023
1 parent c0d90d4 commit 7dbae0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ generate_diagrams:
.PHONY:
fmt init workspace-list workspace-select validate plan-out plan \
refresh output apply state-list show destroy clean tfenv


.PHONY: lock
lock: ## terraform providers lock (reset hashes after upgrades prior to commit)
rm .terraform.lock.hcl
$(DOCKER_RUN) terraform providers lock -platform=windows_amd64 -platform=darwin_amd64 -platform=linux_amd64

0 comments on commit 7dbae0e

Please sign in to comment.