Workspace
Entity fields:
Path
Type
Description
Example:
{
"data": {
"type": "workspace",
"attributes": {
"branch": "main",
"name": "Terrakube Workspace",
"source": "https://github.com/AzBuilder/terraform-sample-repository.git",
"terraformVersion": "0.15.0"
},
"relationships": {
"vcs": {
"data": {
"type": "vcs",
"id": "{{vcsIdGitHub}}"
}
}
}
}
}