[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eTerraformOutput\u003c/code\u003e class within the Google Cloud Config V1 API, with the latest version being 1.7.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTerraformOutput\u003c/code\u003e class, used within the Infrastructure Manager v1 API, describes a Terraform output and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class, while also implementing several interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes a constructor that is used to create a new \u003ccode\u003eTerraformOutput\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTerraformOutput\u003c/code\u003e class has two properties: \u003ccode\u003eSensitive\u003c/code\u003e, which indicates if the output is a sensitive value, and \u003ccode\u003eValue\u003c/code\u003e, which holds the output's value.\u003c/p\u003e\n"],["\u003cp\u003eThere are various historical versions available for this documentation, starting from version 1.0.0 up to the latest version of 1.7.0.\u003c/p\u003e\n"]]],[],null,["# Infrastructure Manager v1 API - Class TerraformOutput (1.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.8.0 (latest)](/dotnet/docs/reference/Google.Cloud.Config.V1/latest/Google.Cloud.Config.V1.TerraformOutput)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.Config.V1/1.7.0/Google.Cloud.Config.V1.TerraformOutput)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.Config.V1/1.6.0/Google.Cloud.Config.V1.TerraformOutput)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.Config.V1/1.5.0/Google.Cloud.Config.V1.TerraformOutput)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Config.V1/1.4.0/Google.Cloud.Config.V1.TerraformOutput)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Config.V1/1.3.0/Google.Cloud.Config.V1.TerraformOutput)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Config.V1/1.2.0/Google.Cloud.Config.V1.TerraformOutput)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Config.V1/1.1.0/Google.Cloud.Config.V1.TerraformOutput)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Config.V1/1.0.0/Google.Cloud.Config.V1.TerraformOutput) \n\n public sealed class TerraformOutput : IMessage\u003cTerraformOutput\u003e, IEquatable\u003cTerraformOutput\u003e, IDeepCloneable\u003cTerraformOutput\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Infrastructure Manager v1 API class TerraformOutput.\n\nDescribes a Terraform output. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TerraformOutput \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TerraformOutput](/dotnet/docs/reference/Google.Cloud.Config.V1/latest/Google.Cloud.Config.V1.TerraformOutput), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TerraformOutput](/dotnet/docs/reference/Google.Cloud.Config.V1/latest/Google.Cloud.Config.V1.TerraformOutput), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TerraformOutput](/dotnet/docs/reference/Google.Cloud.Config.V1/latest/Google.Cloud.Config.V1.TerraformOutput), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Config.V1](/dotnet/docs/reference/Google.Cloud.Config.V1/latest/Google.Cloud.Config.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Config.V1.dll\n\nConstructors\n------------\n\n### TerraformOutput()\n\n public TerraformOutput()\n\n### TerraformOutput(TerraformOutput)\n\n public TerraformOutput(TerraformOutput other)\n\nProperties\n----------\n\n### Sensitive\n\n public bool Sensitive { get; set; }\n\nIdentifies whether Terraform has set this output as a potential\nsensitive value.\n\n### Value\n\n public Value Value { get; set; }\n\nValue of output."]]