Skip to main content
Latest
function deconstructCloudDetailsSecrets
import { deconstructCloudDetailsSecrets } from "https://deno.land/x/fathym_everything_as_code@v0.1.65-docs/src/azure/deconstructCloudDetailsSecrets.ts";

This function deconstructs the provided cloud details by fetching the secrets from Azure Key Vault.

Parameters

details: EaCCloudDetails | undefined

The cloud details to deconstruct.

Returns

Promise<EaCCloudDetails | undefined>

The deconstructed cloud details with secrets.