Skip to content

Commit

Permalink
testing if auto-approve should be with two -
Browse files Browse the repository at this point in the history
  • Loading branch information
samtholiya committed Dec 24, 2024
1 parent c719d86 commit fba6986
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/demo-localstack/atmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ commands:
- atmos validate stacks
# Test dev stack
- atmos terraform plan demo -s dev
- atmos terraform apply demo -s dev -auto-approve
- atmos terraform destroy demo -s dev -auto-approve
- atmos terraform apply demo -s dev --auto-approve
- atmos terraform destroy demo -s dev --auto-approve
# Test staging stack
- atmos terraform plan demo -s staging
- atmos terraform apply demo -s staging -auto-approve
- atmos terraform destroy demo -s staging -auto-approve
- atmos terraform apply demo -s staging --auto-approve
- atmos terraform destroy demo -s staging --auto-approve
# Test prod stack
- atmos terraform plan demo -s prod
- atmos terraform apply demo -s prod -auto-approve
- atmos terraform destroy demo -s prod -auto-approve
- atmos terraform apply demo -s prod --auto-approve
- atmos terraform destroy demo -s prod --auto-approve

# Use Nested Custom Commands to provide easier interface for Docker Compose
- name: "localstack"
Expand Down

0 comments on commit fba6986

Please sign in to comment.