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

TerraformVariable

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

A Terraform input variable.

interface TerraformVariable {
inputValue?: any;
}

§Properties

§
inputValue?: any
[src]

Input variable value.