Module
Entity fields:
Path
Type
Description
Example:
{
"data": {
"type": "module",
"attributes": {
"name": "Terrakube module",
"description": "Module Description",
"provider": "Terraform Provider",
"source": "https://github.com/AzBuilder/terraform-sample-repository.git"
},
"relationships": {
"vcs": {
"data": {
"type": "vcs",
"id": "{{vcsId}}"
}
}
}
}
}Supported Operations
Last updated