diff --git a/Makefile b/Makefile index 48be24b..b671ef0 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,5 @@ terraform-apply: terraform -chdir=$(TERRAFORM_DIR) apply -auto-approve -input=false terraform-destroy: - terraform -chdir=$(TERRAFORM_DIR) destroy -auto-approve \ No newline at end of file +#terraform -chdir=$(TERRAFORM_DIR) destroy -auto-approve + terraform destroy -state=s3://${AWS_BUCKET_NAME}/${AWS_BUCKET_KEY_NAME} \ No newline at end of file