Class: Google::Cloud::Config::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 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}.

Returns:

  • (::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}



220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'proto_docs/google/cloud/config/v1/config.rb', line 220

class TerraformBlueprint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Config::V1::TerraformVariable]
  class InputValuesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#git_source::Google::Cloud::Config::V1::GitSource

Returns Required. URI of a public Git repo.

Returns:



220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'proto_docs/google/cloud/config/v1/config.rb', line 220

class TerraformBlueprint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Config::V1::TerraformVariable]
  class InputValuesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#input_values::Google::Protobuf::Map{::String => ::Google::Cloud::Config::V1::TerraformVariable}

Returns Input variable values for the Terraform blueprint.

Returns:



220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'proto_docs/google/cloud/config/v1/config.rb', line 220

class TerraformBlueprint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Config::V1::TerraformVariable]
  class InputValuesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end