Skip to content

Commit

Permalink
fix(global): update the step to init upgrade the modules
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Sep 9, 2022
1 parent 3a73fb3 commit 7510326
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion global/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
env ?= prod

default:
cd ${env} && terragrunt apply -auto-approve
cd ${env} && terragrunt init -upgrade && terragrunt apply -auto-approve
116 changes: 58 additions & 58 deletions global/prod/.terraform.lock.hcl

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

0 comments on commit 7510326

Please sign in to comment.