Skip to content

Commit

Permalink
Rename em all
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Jan 16, 2024
1 parent 7967cd5 commit e132a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ param appBuildersGroup string
param location string = deployment().location

var defaultResourceName = 'wam-int-${runtimeEnvironment}'
var resourceGroupName = '${defaultResourceName}-rg' a
var resourceGroupName = '${defaultResourceName}-rg'

resource resourceGroup 'Microsoft.Resources/resourceGroups@2018-05-01' = {
name: resourceGroupName
Expand Down

0 comments on commit e132a2a

Please sign in to comment.