Module
Last updated
Last updated
This endpoint is used to create, update, search or delete module information inside a Terrakube organization.
To use this endpoint you should have "manageModule" access at team level and a Terrakube organization
Path | Type | Description |
---|---|---|
For a complete list of organization operation please visit the OpenAPI specification
data.type
string
Should be "workspace"
data.attributes.name
string
Unique workspace for an Terrakube organization
data.attributes.branch
boolean
Git branch to be used
data.attributes.source
boolean
Git repository to be used
data.attributes.terraformVersion
boolean
Terraform version to run the workspace
data.relationships.vcs.data.type
string
Should be "vcs" (OPTIONAL)
data.relationships.vcs.data.type
string
Should be the VCS Connection Id (OPTIONAL)
Deletes an instance of type module
organization Identifier
module Identifier
Successful response
Modifies an instance of type module
organization Identifier
module Identifier
Successful response
Creates an item of type module and adds it to module
organization Identifier
Successful response
Returns an instance of type module
organization Identifier
module Identifier
Successful response
Included resources