Infrastructure Manager V1 API - Class Google::Cloud::ConfigService::V1::ResourceChangeTerraformInfo (v2.2.0)

Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::ResourceChangeTerraformInfo.

Terraform info of a ResourceChange.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#actions

def actions() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. TF resource actions.

#address

def address() -> ::String
Returns
  • (::String) — Output only. TF resource address that uniquely identifies the resource.

#provider

def provider() -> ::String
Returns
  • (::String) — Output only. TF resource provider.

#resource_name

def resource_name() -> ::String
Returns
  • (::String) — Output only. TF resource name.

#type

def type() -> ::String
Returns
  • (::String) — Output only. TF resource type.