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

Statefile

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

Contains info about a Terraform state file

interface Statefile {
readonly signedUri?: string;
}

§Properties

§
readonly signedUri?: string
[src]

Output only. Cloud Storage signed URI used for downloading or uploading the state file.