terraform-provider-octopusdeploy
terraform-provider-octopusdeploy copied to clipboard
Scope Variable to Runbook process
We need to scope OctopusDeploy variable to Runbook process (screenshot). It can be done only via OctopusDeploy UI. The provider does not support it at the moment.
E.g.:
resource "octopusdeploy_variable" "myvar" {
...
scope {
processes = ["Runbooks-123"]
}