Skip to content

Get an output by ID.

GET
/v1/store/{org_uuid}/outputs/{output_uuid}

It's used by the Terraform Provider in the refresh phase in order to check output status and content.

Authorizations

apiKey

API key as username in Basic Authorization with
empty password.

TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"
output_uuid*

UUID of the output

Typestring
Required
format"uuid"

Responses

OK

application/json
JSON
{
"id": "4aebf6d3-c72f-4137-9dc5-afb2e38d7ebd",
"key": {
"org_uuid": "4aebf6d3-c72f-4137-9dc5-afb2e38d7ebd",
"repository": "github.com/terramate-io/iac-gcloud",
"stack_meta_id": "b3df4bbf-154a-4331-ab71-52075ca418ad",
"target": "staging",
"name": "database_id"
},
"value": "output_value",
"created_at": "string",
"updated_at": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI