Skip to content

Commit

Permalink
Fix incorrect terraform flag in simple tutorial workflow example (clo…
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwashburn authored Oct 2, 2024
1 parent 878c26f commit 373219a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ workflows:
- command: terraform plan station -s staging
- command: terraform plan station -s prod
apply-all-components:
apply-all:
description: |
Run 'terraform apply' on all 'station' components in all stacks
steps:
- command: terraform apply station -auto-apply -s dev
- command: terraform apply station -auto-apply -s staging
- command: terraform apply station -auto-apply -s prod
- command: terraform apply station -auto-approve -s dev
- command: terraform apply station -auto-approve -s staging
- command: terraform apply station -auto-approve -s prod
```
</Step>

Expand Down

0 comments on commit 373219a

Please sign in to comment.