Skip to content
Snippets Groups Projects
Verified Commit a5dc7e21 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

terraform: ignore removal errors

parent 579af724
No related branches found
No related tags found
No related merge requests found
...@@ -29,4 +29,4 @@ apply: preflight init ## Deploy the base infrastructure using terraform ...@@ -29,4 +29,4 @@ apply: preflight init ## Deploy the base infrastructure using terraform
destroy: preflight init ## Tear down deployed the infrastructure destroy: preflight init ## Tear down deployed the infrastructure
terraform destroy ${TERRAFORM_PARAMETERS} terraform destroy ${TERRAFORM_PARAMETERS}
# Cleanup remaining files # Cleanup remaining files
rm -r .terraform .terraform terraform.tfstate terraform.tfstate.backup rm -rf .terraform .terraform terraform.tfstate terraform.tfstate.backup
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment