Terraform providers upgrades.
This commit is contained in:
12
Makefile
12
Makefile
@ -29,4 +29,16 @@ destroy:
|
||||
@echo
|
||||
@terragrunt run-all --terragrunt-non-interactive --terragrunt-working-dir infra destroy
|
||||
|
||||
init-upgrade:
|
||||
@echo
|
||||
@echo "Upgrading all providers with Terragrunt..."
|
||||
@echo
|
||||
@terragrunt run-all --terragrunt-non-interactive --terragrunt-working-dir infra init -upgrade
|
||||
|
||||
providers-lock:
|
||||
@echo
|
||||
@echo "Locking all providers with Terragrunt..."
|
||||
@echo
|
||||
@terragrunt run-all --terragrunt-non-interactive --terragrunt-working-dir infra providers lock -platform=linux_amd64
|
||||
|
||||
.PHONY: format validate plan apply
|
Reference in New Issue
Block a user