Update atlantis-yaml-use-cases.md

missing `run` step name
This commit is contained in:
Fabrizio Milo
2018-10-04 19:12:48 -07:00
committed by GitHub
parent 0e4dc4f3dc
commit f95e484bbc

View File

@@ -264,7 +264,7 @@ workflows:
staging:
plan:
steps:
- rm -rf .terraform
- run: rm -rf .terraform
- init:
extra_args: [-backend-config=staging.backend.tfvars]
- plan:
@@ -272,7 +272,7 @@ workflows:
production:
plan:
steps:
- rm -rf .terraform
- run: rm -rf .terraform
- init:
extra_args: [-backend-config=production.backend.tfvars]
- plan: