mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-10 04:41:14 +00:00
add comment about route53 zone
This commit is contained in:
1
.github/workflows/terraform.yml
vendored
1
.github/workflows/terraform.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user