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

IaC

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

Details of an infrastructure-as-code (IaC) configuration.

interface IaC {
tfPlan?: Uint8Array;
}

§Properties

§
tfPlan?: Uint8Array
[src]

Optional. A Terraform plan file, formatted as a stringified JSON object. To learn how to generate a Terraform plan file in JSON format, see JSON output format in the Terraform documentation.