From 9c19755c05727828b116feb7b725da06ca5f747d Mon Sep 17 00:00:00 2001 From: bartoszopila Date: Tue, 18 Feb 2025 13:52:58 +0100 Subject: [PATCH] chore: Added output values for debugging --- avm/res/web/site/config--appsettings/main.bicep | 3 +++ 1 file changed, 3 insertions(+) diff --git a/avm/res/web/site/config--appsettings/main.bicep b/avm/res/web/site/config--appsettings/main.bicep index 100aa43437..55b745a5fa 100644 --- a/avm/res/web/site/config--appsettings/main.bicep +++ b/avm/res/web/site/config--appsettings/main.bicep @@ -94,3 +94,6 @@ output resourceId string = appSettings.id @description('The resource group the site config was deployed into.') output resourceGroupName string = resourceGroup().name + +@description('The expanded app settings.') +output expandedAppSettings object = expandedAppSettings