import { deconstructCloudDetailsSecrets } from "https://deno.land/x/fathym_everything_as_code@v0.1.63-integration/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.