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

TerraformSource

import type { TerraformSource } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";

The Terraform s3 state file you need to import.

interface TerraformSource {
s3StateFileUrl: string;
}

§Properties

§
s3StateFileUrl: string
[src]

The Terraform s3 state file you need to import.