Skip to main content
Go to Latest
function deconstructCloudDetailsSecrets
import { deconstructCloudDetailsSecrets } from "https://deno.land/x/fathym_everything_as_code@v0.1.47-fluent-builder/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.