Class: Google::Cloud::ConfigService::V1::TerraformBlueprint
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::TerraformBlueprint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
TerraformBlueprint describes the source of a Terraform root module which describes the resources and configs to be deployed.
Defined Under Namespace
Classes: InputValuesEntry
Instance Attribute Summary collapse
-
#gcs_source ⇒ ::String
Required.
-
#git_source ⇒ ::Google::Cloud::ConfigService::V1::GitSource
Required.
-
#input_values ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::TerraformVariable}
Input variable values for the Terraform blueprint.
Instance Attribute Details
#gcs_source ⇒ ::String
Returns 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}
.
248 249 250 251 252 253 254 255 256 257 258 259 260 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 248 class TerraformBlueprint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ConfigService::V1::TerraformVariable] class InputValuesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#git_source ⇒ ::Google::Cloud::ConfigService::V1::GitSource
Returns Required. URI of a public Git repo.
248 249 250 251 252 253 254 255 256 257 258 259 260 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 248 class TerraformBlueprint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ConfigService::V1::TerraformVariable] class InputValuesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#input_values ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::TerraformVariable}
Returns Input variable values for the Terraform blueprint.
248 249 250 251 252 253 254 255 256 257 258 259 260 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 248 class TerraformBlueprint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ConfigService::V1::TerraformVariable] class InputValuesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |