terraform-provider-octopusdeploy icon indicating copy to clipboard operation
terraform-provider-octopusdeploy copied to clipboard

Scope Variable to Runbook process

Open pemaxim opened this issue 2 years ago • 0 comments

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"]
  }

image

pemaxim avatar Mar 30 '22 09:03 pemaxim