Class: Google::Cloud::Config::V1::TerraformVariable

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

A Terraform input variable.

Instance Attribute Summary collapse

Instance Attribute Details

#input_value::Google::Protobuf::Value

Returns Input variable value.

Returns:



238
239
240
241
# File 'proto_docs/google/cloud/config/v1/config.rb', line 238

class TerraformVariable
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end