Skip to content

Commit

Permalink
change terraform destroy path
Browse files Browse the repository at this point in the history
  • Loading branch information
g-lorena committed Apr 29, 2024
1 parent 7930096 commit 40ca437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ terraform-apply:

terraform-destroy:
#terraform -chdir=$(TERRAFORM_DIR) destroy -auto-approve
terraform destroy -state=s3://${AWS_BUCKET_NAME}/${AWS_BUCKET_KEY_NAME}
terraform destroy -backend-config="bucket=${AWS_BUCKET_NAME}" -backend-config="key=${AWS_BUCKET_KEY_NAME}" -backend-config="region=${AWS_REGION}"

0 comments on commit 40ca437

Please sign in to comment.