Skip to content

Commit

Permalink
change terraform destroy to access s3 path
Browse files Browse the repository at this point in the history
  • Loading branch information
g-lorena committed Apr 29, 2024
1 parent 0a26b3c commit 7930096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ terraform-apply:
terraform -chdir=$(TERRAFORM_DIR) apply -auto-approve -input=false

terraform-destroy:
terraform -chdir=$(TERRAFORM_DIR) destroy -auto-approve
#terraform -chdir=$(TERRAFORM_DIR) destroy -auto-approve
terraform destroy -state=s3://${AWS_BUCKET_NAME}/${AWS_BUCKET_KEY_NAME}

0 comments on commit 7930096

Please sign in to comment.