From b7714e570f8eaeeb9d0a67c48aa8a1b136d2f0ac Mon Sep 17 00:00:00 2001 From: Are Almaas Date: Wed, 14 Aug 2024 15:10:19 +0200 Subject: [PATCH] fix(azure): rename environment parameter for production --- .azure/infrastructure/prod.bicepparam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/infrastructure/prod.bicepparam b/.azure/infrastructure/prod.bicepparam index 02a65a56c..c1491d915 100644 --- a/.azure/infrastructure/prod.bicepparam +++ b/.azure/infrastructure/prod.bicepparam @@ -1,6 +1,6 @@ using './main.bicep' -param environment = 'production' +param environment = 'prod' param location = 'norwayeast' param keyVaultSourceKeys = json(readEnvironmentVariable('AZURE_KEY_VAULT_SOURCE_KEYS'))