Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TerraformOutput

import type { TerraformOutput } from "https://googleapis.deno.dev/v1/config:v1.ts";

Describes a Terraform output.

interface TerraformOutput {
sensitive?: boolean;
value?: any;
}

§Properties

§
sensitive?: boolean
[src]

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

§
value?: any
[src]

Value of output.