You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,13 @@ Run BitOps with the environmental variable `TERRAFORM_APPLY` set to `true` or se
86
86
***Required:**`false`
87
87
***Description:** Controls what terraform command to run. e.g. `apply`, `destroy`, etc.
88
88
89
+
### skip-deploy
90
+
***BitOps Property:**`skip-deploy`
91
+
***Environment Variable:**`TERRAFORM_SKIP_DEPLOY`
92
+
***default:**`none`
93
+
***Required:**`false`
94
+
***Description:** If set to true, regardless of the stack-action, deployment actions will be skipped.
95
+
89
96
90
97
-------------------
91
98
<!-- ### version
@@ -110,9 +117,6 @@ Run BitOps with the environmental variable `TERRAFORM_APPLY` set to `true` or se
110
117
## Additional Environment Variable Configuration
111
118
Although not captured in `bitops.config.yml`, the following environment variables can be set to further customize behaviour. Set the value of the environental variable to `true` to use
112
119
113
-
-------------------
114
-
### SKIP_DEPLOY_TERRAFORM
115
-
Will skill all terraform executions. This superseeds all other configuration
0 commit comments