Skip to content

Commit

Permalink
Made module type singular
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Oct 31, 2024
1 parent 1547b8e commit ebfecf1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avm/res/api-management/service/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ module service_identityProviders 'identity-provider/main.bicep' = [
}
]

module service_loggers 'loggers/main.bicep' = [
module service_loggers 'logger/main.bicep' = [
for (logger, index) in loggers: {
name: '${uniqueString(deployment().name, location)}-Apim-Logger-${index}'
params: {
Expand Down

0 comments on commit ebfecf1

Please sign in to comment.