Skip to content

Commit

Permalink
Fix RG name
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyCA committed Jan 9, 2025
1 parent 6086b05 commit 5319861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avm/res/cache/redis/tests/e2e/kv-secrets/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata description = 'This instance deploys the module saving all its secrets

@description('Optional. The name of the resource group to deploy for testing purposes.')
@maxLength(90)
param resourceGroupName string = 'dep-${namePrefix}-storage.storageaccount-${serviceShort}-rg'
param resourceGroupName string = 'dep-${namePrefix}-cache.redis-${serviceShort}-rg'

@description('Optional. The location to deploy resources to.')
param resourceLocation string = deployment().location
Expand Down

0 comments on commit 5319861

Please sign in to comment.