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

Add support for global variables #33

Merged
merged 3 commits into from
May 3, 2024
Merged

Add support for global variables #33

merged 3 commits into from
May 3, 2024

Conversation

alfespa17
Copy link
Member

@alfespa17 alfespa17 commented May 3, 2024

Adding support for organization_variables.

resource "terrakube_organization_variable" "sample1" {
  organization_id = data.terrakube_organization.org.id
  key             = "sample-env-var"
  value           = "sample-var2"
  description     = "sample env var2213241243"
  category        = "ENV"
  sensitive       = false
  hcl             = false
}

Note: once created the API does not allow to change the sensitive field value

@alfespa17 alfespa17 merged commit ec45715 into main May 3, 2024
14 checks passed
@alfespa17 alfespa17 deleted the org-variable branch May 3, 2024 23:08
@alfespa17 alfespa17 linked an issue May 3, 2024 that may be closed by this pull request
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.

Add resource for global variables
1 participant