This endpoint is used to create, update, search or delete global variables information inside a Terrakube organizations, this variables will be injected inside the jobs, workspace variables have priority over global variables if the same name is used.
You need to be part of the administrator Active Directory Group to work with this endpoint
Path | Type | Description |
---|---|---|
For a complete list of organization operation please visit the OpenAPI specification
data.type
string
Should be "variable"
data.attributes.key
string
Unique variable name
data.attributes.value
string
Key value
data.attributes.sensitive
boolean
To hide the value when the output is sensitive
data.attributes.hcl
boolean
Terraform HCL variable type
data.attributes.category
string
Variable type could be TERRAFORM or ENV (Environment Variable)
data.attributes.description
string
Free text
Returns the relationship globalvar
organization Identifier
Successful response
Included resources
Deletes an instance of type globalvar
organization Identifier
globalvar Identifier
Successful response
Modifies an instance of type globalvar
organization Identifier
globalvar Identifier
Successful response
Creates an item of type globalvar and adds it to globalvar
organization Identifier
Successful response