diff --git a/.github/workflows/destroy.yml b/.github/workflows/destroy.yml index 759ea0c..b1205d9 100644 --- a/.github/workflows/destroy.yml +++ b/.github/workflows/destroy.yml @@ -84,7 +84,7 @@ jobs: - name: Terraform Destroy run: | - if ! ./scripts/ci_retry_command.sh "terraform destroy -auto-approve"; then + if ! ../../scripts/ci_retry_command.sh "terraform destroy -auto-approve"; then echo "Terraform failed after all retry attempts" exit 1 fi diff --git a/environments/staging-and-prod/main.tf b/environments/staging-and-prod/main.tf index 004e919..ae90a04 100644 --- a/environments/staging-and-prod/main.tf +++ b/environments/staging-and-prod/main.tf @@ -29,6 +29,7 @@ terraform { } // TODO +// Fix non-prod subdomains to this format: www -> [env].example.com | subdomain-[env].example.com // Setup and test staging environment // Set up a separate aws account for storing artifacts // Create a script merging iam policies together