public sealed class TerraformOutput : IMessage<TerraformOutput>, IEquatable<TerraformOutput>, IDeepCloneable<TerraformOutput>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class TerraformOutput.
Describes a Terraform output.
Implements
IMessageTerraformOutput, IEquatableTerraformOutput, IDeepCloneableTerraformOutput, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
TerraformOutput()
public TerraformOutput()TerraformOutput(TerraformOutput)
public TerraformOutput(TerraformOutput other)| Parameter | |
|---|---|
| Name | Description |
other |
TerraformOutput |
Properties
Sensitive
public bool Sensitive { get; set; }Identifies whether Terraform has set this output as a potential sensitive value.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Value
public Value Value { get; set; }Value of output.
| Property Value | |
|---|---|
| Type | Description |
Value |
|