add comment about route53 zone

This commit is contained in:
sid palas
2021-07-05 16:43:07 -07:00
parent 470941a03d
commit 8e07a9ca52

View File

@@ -39,6 +39,7 @@ jobs:
- name: Terraform Plan
id: plan
if: github.event_name == 'pull_request'
# Route 53 zone must already exist for this to succeed!
run: terraform plan -var db_pass=${{secrets.DB_PASS }} -no-color
continue-on-error: true