Skip to content

lookup an output by its composite key.

GET
/v1/store/{org_uuid}/outputs

It's used by the Terraform Provider in the data source.

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"

Query Parameters

repository*

The repository where the output is stored.

Typestring
Required
Example"github.com/terramate-io/terramate"
stack_meta_id*

The meta id of the stack.

Typestring
Required
name*

The name of the output.

Typestring
Required
target
Typestring
Example"staging"
pattern"^[a-z0-9][-_a-z0-9]*[a-z0-9]$"

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