mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-02 22:18:32 +00:00
Update atlantis-yaml-use-cases.md
missing `run` step name
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user