Terrakube
Latest
Search
K
Comment on page

History

This endpoint is used to see terraform states changes over time for a Terrakube workspace.
To use this endpoint you should have "manageWorkspace" access at team level and a Terrakube workspace

Entity fields:

Path
Type
Description
data.type
string
Should be "history"
data.attributes.output
string
Unique variable name

Example:

{
"data": {
"type": "history",
"attributes": {
"output": "Terraform JSON State URL"
}
}
}

Supported Operations

get
/workspace/{workspaceId}/history
For a complete list of organization operation please visit the OpenAPI specification
Last modified 1yr ago