Skip to content

Commit a37d061

Browse files
committed
Use AVM for ACR
1 parent 3b911fb commit a37d061

File tree

2 files changed

+2
-139
lines changed

2 files changed

+2
-139
lines changed

{{cookiecutter.__src_folder_name}}/infra/core/host/container-apps.bicep

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ module containerAppsEnvironment 'br/public:avm/res/app/managed-environment:0.5.2
3636
}
3737
}
3838

39-
module containerRegistry 'container-registry.bicep' = {
39+
module containerRegistry 'br/public:avm/res/container-registry/registry:0.3.1' = {
4040
name: '${name}-container-registry'
4141
scope: !empty(containerRegistryResourceGroupName) ? resourceGroup(containerRegistryResourceGroupName) : resourceGroup()
4242
params: {
4343
name: containerRegistryName
4444
location: location
45-
adminUserEnabled: containerRegistryAdminUserEnabled
45+
acrAdminUserEnabled: containerRegistryAdminUserEnabled
4646
tags: tags
4747
}
4848
}

{{cookiecutter.__src_folder_name}}/infra/core/host/container-registry.bicep

-137
This file was deleted.

0 commit comments

Comments
 (0)