Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support proccess scoped variables #562

Merged

Conversation

jenrik
Copy link

@jenrik jenrik commented Oct 23, 2023

adds support for scoping project variables to processes

resource "octopusdeploy_variable" "string_variable" {
  owner_id  = "Projects-123"
  type      = "String"
  name      = "My String Value (OK to Delete)"
  value     = "PlainText"

  scope {
    process_owners = ["Runbooks-1234"]
  }
}

fixes #361

@Taha-cmd
Copy link

Taha-cmd commented Dec 4, 2023

Hi @maintainers, what is the status of this PR? This solves a really important issue that is currently blocking us. Can you give us an ETA on when this might be merged?

@tleed5 tleed5 merged commit 853f67e into OctopusDeployLabs:main Jan 11, 2024
@jenrik jenrik deleted the feature/variable-scope-processes branch January 11, 2024 08:09
@tleed5
Copy link
Collaborator

tleed5 commented Jan 11, 2024

👋 Hi thanks for your contribution, because this PR was fairly old and for the sake of speed we took the changes and split this PR into two separate ones

The change is merged and available in version v.0.14.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scope Variable to Runbook process
3 participants