From 4435b1c1c49bf0b4b0c7a254bdd97beb5e4b3630 Mon Sep 17 00:00:00 2001 From: Alex Schouls Date: Thu, 12 Dec 2024 08:43:34 +0100 Subject: [PATCH] update kv name --- infrastructure/modules/keyVault.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/modules/keyVault.bicep b/infrastructure/modules/keyVault.bicep index 7ff6af1..58d8306 100644 --- a/infrastructure/modules/keyVault.bicep +++ b/infrastructure/modules/keyVault.bicep @@ -3,7 +3,7 @@ import { appendHash } from '../utilities.bicep' param sku string = 'standard' resource keyVault 'Microsoft.KeyVault/vaults@2024-04-01-preview' = { - name: appendHash('kv-strapi-playground') + name: appendHash('kv-strapi') location: resourceGroup().location properties: { sku: {