TerraformConfigurationSourceReference

TerraformConfigurationSourceReference
TerraformConfigurationSourceReference

Reference information about a Terraform Configuration source that stores Terraform configuration files.

JSON Example
{
    "commitId": "string",
    "repositoryId": "string",
    "sourceDirectory": "string"
}
string
commitId
Optional

ID that identifies the commit that corresponds to the desired version of the remote file(s).

string As uuid As uuid
repositoryId
Optional

The ID of the relevant configuration source repository.

string
sourceDirectory
Optional

A path to the desired Terraform directory.