File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -808,6 +808,16 @@ resource "octopusdeploy_process_step" "azure_resource_group" {
808
808
"Octopus.Action.Azure.AccountId" = "${length(data.octopusdeploy_accounts.account_azure.accounts) != 0 ? data.octopusdeploy_accounts.account_azure.accounts[0].id : octopusdeploy_azure_openid_connect.account_azure[0].id}"
809
809
}
810
810
}
811
+
812
+ * Steps of type "Octopus.Script" must have the "OctopusUseBundledTooling" execution_properties defined, for example:
813
+
814
+ ```
815
+ resource "octopusdeploy_process_step" "process_step_child_project_run_a_script" {
816
+ type = "Octopus.Script"
817
+ execution_properties = {
818
+ "OctopusUseBundledTooling" = "False"
819
+ }
820
+ }
811
821
```
812
822
813
823
## Octopus Variable Syntax Instructions
You can’t perform that action at this time.
0 commit comments