Skip to content

Commit e03c1eb

Browse files
committed
Updated context
1 parent c2eda9c commit e03c1eb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

context/generalinstructions.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,16 @@ resource "octopusdeploy_process_step" "azure_resource_group" {
808808
"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}"
809809
}
810810
}
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+
}
811821
```
812822

813823
## Octopus Variable Syntax Instructions

0 commit comments

Comments
 (0)