curl --request GET \ --url https://api.ctrlplane.dev/api/v1/workspaces/{workspaceId}/resources/identifier/{identifier}
{ "id": "<string>", "identifier": "<string>", "workspaceId": "<string>", "providerId": "<string>", "provider": { "id": "<string>", "name": "<string>", "workspaceId": "<string>" }, "variables": [ { "id": "<string>", "key": "<string>", "value": "<string>" } ], "metadata": {} }
ID of the workspace
Identifier of the resource
Show child attributes