Skip to content

Commit 157cf1b

Browse files
fix: update OS disk name format for Jumpbox VM
1 parent 132fb25 commit 157cf1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/modules/network/jumpbox.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ module vm 'br/public:avm/res/compute/virtual-machine:0.15.0' = {
8585
}
8686
osType: 'Windows'
8787
osDisk: {
88+
name: 'osdisk-${vmName}'
8889
managedDisk: {
89-
name: 'osdisk-${vmName}'
9090
storageAccountType: 'Standard_LRS'
9191
}
9292
}

0 commit comments

Comments
 (0)