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

ResourceTerraformInfo

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

Terraform info of a Resource.

interface ResourceTerraformInfo {
address?: string;
id?: string;
type?: string;
}

§Properties

§
address?: string
[src]

TF resource address that uniquely identifies this resource within this deployment.

§
id?: string
[src]

ID attribute of the TF resource

§
type?: string
[src]

TF resource type