Class: Google::Cloud::Config::V1::TerraformOutput

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

Overview

Describes a Terraform output.

Instance Attribute Summary collapse

Instance Attribute Details

#sensitive::Boolean

Returns Identifies whether Terraform has set this output as a potential sensitive value.

Returns:

  • (::Boolean)

    Identifies whether Terraform has set this output as a potential sensitive value.



277
278
279
280
# File 'proto_docs/google/cloud/config/v1/config.rb', line 277

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

#value::Google::Protobuf::Value

Returns Value of output.

Returns:



277
278
279
280
# File 'proto_docs/google/cloud/config/v1/config.rb', line 277

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