Class: Google::Cloud::ConfigService::V1::TerraformBlueprint

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#gcs_source::String

Returns 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.



252
253
254
255
256
257
258
259
260
261
262
263
264
# File 'proto_docs/google/cloud/config/v1/config.rb', line 252

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 URI of a public Git repo.

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.

Returns:

  • (::Google::Cloud::ConfigService::V1::GitSource)

    URI of a public Git repo.

    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.



252
253
254
255
256
257
258
259
260
261
262
263
264
# File 'proto_docs/google/cloud/config/v1/config.rb', line 252

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.

Returns:



252
253
254
255
256
257
258
259
260
261
262
263
264
# File 'proto_docs/google/cloud/config/v1/config.rb', line 252

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