Skip to content

Commit

Permalink
Don't migrate Terraform (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith authored Jun 7, 2022
1 parent 77e1726 commit dbb7a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/core/terraform/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export TF_VAR_docker_registry_password

# This is where we can migrate any Terraform before we plan and apply
# For instance deprecated Terraform resources
./migrate.sh
#./migrate.sh

PLAN_FILE="tfplan$$"
TS=$(date +"%s")
Expand Down

0 comments on commit dbb7a4c

Please sign in to comment.