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 messagegoogle.cloud.config.v1.TerraformBlueprint
Namespace
Google \ Cloud \ Config \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ gcs_source
string
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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Config V1 Client - Class TerraformBlueprint (1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/php/docs/reference/cloud-config/latest/V1.TerraformBlueprint)\n- [1.4.0](/php/docs/reference/cloud-config/1.4.0/V1.TerraformBlueprint)\n- [1.3.0](/php/docs/reference/cloud-config/1.3.0/V1.TerraformBlueprint)\n- [1.2.1](/php/docs/reference/cloud-config/1.2.1/V1.TerraformBlueprint)\n- [1.1.0](/php/docs/reference/cloud-config/1.1.0/V1.TerraformBlueprint)\n- [1.0.1](/php/docs/reference/cloud-config/1.0.1/V1.TerraformBlueprint)\n- [0.5.2](/php/docs/reference/cloud-config/0.5.2/V1.TerraformBlueprint)\n- [0.2.0](/php/docs/reference/cloud-config/0.2.0/V1.TerraformBlueprint)\n- [0.1.3](/php/docs/reference/cloud-config/0.1.3/V1.TerraformBlueprint) \nReference documentation and code samples for the Google Cloud Config V1 Client class TerraformBlueprint.\n\nTerraformBlueprint describes the source of a Terraform root module which\ndescribes the resources and configs to be deployed.\n\nGenerated from protobuf message `google.cloud.config.v1.TerraformBlueprint`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Config \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getGcsSource\n\nURI of an object in Google Cloud Storage.\n\nFormat: `gs://{bucket}/{object}`\nURI may also specify an object version for zipped objects.\nFormat: `gs://{bucket}/{object}#{version}`\n\n### hasGcsSource\n\n### setGcsSource\n\nURI of an object in Google Cloud Storage.\n\nFormat: `gs://{bucket}/{object}`\nURI may also specify an object version for zipped objects.\nFormat: `gs://{bucket}/{object}#{version}`\n\n### getGitSource\n\nURI of a public Git repo.\n\n### hasGitSource\n\n### setGitSource\n\nURI of a public Git repo.\n\n### getInputValues\n\nOptional. Input variable values for the Terraform blueprint.\n\n### setInputValues\n\nOptional. Input variable values for the Terraform blueprint.\n\n### getSource"]]