Skip to content

Commit

Permalink
chore!(make): remove destroy command since it is risky
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Oct 31, 2024
1 parent 520daed commit b8e2daa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions envs/terraform.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ terraform_apply_without_downloading_secrets:
terraform fmt -recursive
terraform apply -var-file secrets/terraform-$(env_name).tfvars

.PHONY: terraform_destroy
terraform_destroy:
terraform fmt -recursive
terraform destroy -var-file secrets/terraform-$(env_name).tfvars

.PHONY: terraform_download_secrets
terraform_download_secrets:
rm -rf secrets
Expand Down

0 comments on commit b8e2daa

Please sign in to comment.