Reference documentation and code samples for the Google Cloud Config V1 Client class TerraformBlueprint.
TerraformBlueprint describes the source of a Terraform root module which describes the resources and configs to be deployed.
Generated from protobuf message google.cloud.config.v1.TerraformBlueprint
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ gcs_source
string
Required. URI of an object in Google Cloud Storage. Format: gs://{bucket}/{object}
URI may also specify an object version for zipped objects. Format: gs://{bucket}/{object}#{version}
↳ git_source
↳ input_values
getGcsSource
Required. URI of an object in Google Cloud Storage.
Format: gs://{bucket}/{object}
URI may also specify an object version for zipped objects.
Format: gs://{bucket}/{object}#{version}
string
hasGcsSource
setGcsSource
Required. URI of an object in Google Cloud Storage.
Format: gs://{bucket}/{object}
URI may also specify an object version for zipped objects.
Format: gs://{bucket}/{object}#{version}
var
string
$this
getGitSource
Required. URI of a public Git repo.
hasGitSource
setGitSource
Required. URI of a public Git repo.
$this
getInputValues
Input variable values for the Terraform blueprint.
setInputValues
Input variable values for the Terraform blueprint.
$this
getSource
string