We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f36738 commit 8e958f8Copy full SHA for 8e958f8
.atlantis.yaml
@@ -17,16 +17,16 @@ workflows:
17
plan:
18
steps:
19
- init:
20
- extra_args: ["--backend-config", "atlantis.config"]
+ extra_args: ["-backend-config=atlantis.config"]
21
- plan:
22
- extra_args: ["-var-file", "atlantis.tfvars"]
+ extra_args: ["-var-file=atlantis.tfvars"]
23
apply:
24
25
- apply:
26
27
import:
28
29
30
31
- import:
32
0 commit comments