Skip to content

Commit 152211e

Browse files
author
Mike Swantek
committed
replace the in place module with the avm pattern module path
1 parent f64e927 commit 152211e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/modules/cognitive-services/service.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var privateDnsZones = [
8383

8484
var nameFormatted = take(toLower(name), 24)
8585

86-
module cognitiveService '../avm/cognitive-services/main.bicep' = {
86+
module cognitiveService 'br/public:avm/res/cognitive-services/account:0.11.0' = {
8787
name: take('cog-${kind}-${name}-deployment', 64)
8888
params: {
8989
name: nameFormatted

0 commit comments

Comments
 (0)