Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::TerraformBlueprint.
TerraformBlueprint describes the source of a Terraform root module which
describes the resources and configs to be deployed.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#gcs_source
defgcs_source()->::String
Returns
(::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}
Note: The following fields are mutually exclusive: gcs_source, git_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_source=
defgcs_source=(value)->::String
Parameter
value (::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}
Note: The following fields are mutually exclusive: gcs_source, git_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
(::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}
Note: The following fields are mutually exclusive: gcs_source, git_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
Note: The following fields are mutually exclusive: git_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
Note: The following fields are mutually exclusive: git_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
Note: The following fields are mutually exclusive: git_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
value (::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::TerraformVariable}) — Optional. Input variable values for the Terraform blueprint.
Returns
(::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::TerraformVariable}) — Optional. Input variable values for the Terraform blueprint.
[[["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-09 UTC."],[],[],null,["# Infrastructure Manager V1 API - Class Google::Cloud::ConfigService::V1::TerraformBlueprint (v2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/ruby/docs/reference/google-cloud-config_service-v1/latest/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [2.1.0](/ruby/docs/reference/google-cloud-config_service-v1/2.1.0/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [2.0.1](/ruby/docs/reference/google-cloud-config_service-v1/2.0.1/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [1.3.0](/ruby/docs/reference/google-cloud-config_service-v1/1.3.0/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [1.2.1](/ruby/docs/reference/google-cloud-config_service-v1/1.2.1/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [1.1.0](/ruby/docs/reference/google-cloud-config_service-v1/1.1.0/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [1.0.2](/ruby/docs/reference/google-cloud-config_service-v1/1.0.2/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [0.6.0](/ruby/docs/reference/google-cloud-config_service-v1/0.6.0/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [0.5.0](/ruby/docs/reference/google-cloud-config_service-v1/0.5.0/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [0.4.0](/ruby/docs/reference/google-cloud-config_service-v1/0.4.0/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [0.3.1](/ruby/docs/reference/google-cloud-config_service-v1/0.3.1/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [0.2.1](/ruby/docs/reference/google-cloud-config_service-v1/0.2.1/Google-Cloud-ConfigService-V1-TerraformBlueprint)\n- [0.1.0](/ruby/docs/reference/google-cloud-config_service-v1/0.1.0/Google-Cloud-ConfigService-V1-TerraformBlueprint) \nReference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::TerraformBlueprint.\n\nTerraformBlueprint describes the source of a Terraform root module which\ndescribes the resources and configs to be deployed. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #gcs_source\n\n def gcs_source() -\u003e ::String\n\n**Returns**\n\n- (::String) --- URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}`\n\n\n URI may also specify an object version for zipped objects.\n Format: `gs://{bucket}/{object}#{version}`\n\n Note: The following fields are mutually exclusive: `gcs_source`, `git_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.\n\n### #gcs_source=\n\n def gcs_source=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}`\n\n\n URI may also specify an object version for zipped objects.\n Format: `gs://{bucket}/{object}#{version}`\n\nNote: The following fields are mutually exclusive: `gcs_source`, `git_source`. If a field in that set is populated, all other fields in the set will automatically be cleared. \n**Returns**\n\n- (::String) --- URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}`\n\n\n URI may also specify an object version for zipped objects.\n Format: `gs://{bucket}/{object}#{version}`\n\n Note: The following fields are mutually exclusive: `gcs_source`, `git_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.\n\n### #git_source\n\n def git_source() -\u003e ::Google::Cloud::ConfigService::V1::GitSource\n\n**Returns**\n\n- ([::Google::Cloud::ConfigService::V1::GitSource](./Google-Cloud-ConfigService-V1-GitSource)) --- URI of a public Git repo.\n\n\n Note: The following fields are mutually exclusive: `git_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.\n\n### #git_source=\n\n def git_source=(value) -\u003e ::Google::Cloud::ConfigService::V1::GitSource\n\n**Parameter**\n\n- **value** ([::Google::Cloud::ConfigService::V1::GitSource](./Google-Cloud-ConfigService-V1-GitSource)) --- URI of a public Git repo.\n\n\nNote: The following fields are mutually exclusive: `git_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared. \n**Returns**\n\n- ([::Google::Cloud::ConfigService::V1::GitSource](./Google-Cloud-ConfigService-V1-GitSource)) --- URI of a public Git repo.\n\n\n Note: The following fields are mutually exclusive: `git_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.\n\n### #input_values\n\n def input_values() -\u003e ::Google::Protobuf::Map{::String =\u003e ::Google::Cloud::ConfigService::V1::TerraformVariable}\n\n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::Google::Cloud::ConfigService::V1::TerraformVariable}) --- Optional. Input variable values for the Terraform blueprint.\n\n### #input_values=\n\n def input_values=(value) -\u003e ::Google::Protobuf::Map{::String =\u003e ::Google::Cloud::ConfigService::V1::TerraformVariable}\n\n**Parameter**\n\n- **value** (::Google::Protobuf::Map{::String =\\\u003e ::Google::Cloud::ConfigService::V1::TerraformVariable}) --- Optional. Input variable values for the Terraform blueprint. \n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::Google::Cloud::ConfigService::V1::TerraformVariable}) --- Optional. Input variable values for the Terraform blueprint."]]