Infrastructure Manager v1 API - Class TerraformOutput (1.0.0)

public sealed class TerraformOutput : IMessage<TerraformOutput>, IEquatable<TerraformOutput>, IDeepCloneable<TerraformOutput>, IBufferMessage, IMessage

Reference documentation and code samples for the Infrastructure Manager v1 API class TerraformOutput.

Describes a Terraform output.

Inheritance

object > TerraformOutput

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

TerraformOutput()

public TerraformOutput()

TerraformOutput(TerraformOutput)

public TerraformOutput(TerraformOutput other)
Parameter
NameDescription
otherTerraformOutput

Properties

Sensitive

public bool Sensitive { get; set; }

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

Property Value
TypeDescription
bool

Value

public Value Value { get; set; }

Value of output.

Property Value
TypeDescription
Value