Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
update kv name
Browse files Browse the repository at this point in the history
  • Loading branch information
Physer committed Dec 12, 2024
1 parent 28b6d0d commit 4435b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/keyVault.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 4435b1c

Please sign in to comment.