Skip to content

Commit

Permalink
Update README to reference new NVidia SKU correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
oramoss committed Apr 25, 2024
1 parent e02ee2b commit ad2f47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avm/res/compute/virtual-machine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2656,7 +2656,7 @@ module virtualMachine 'br/public:avm/res/compute/virtual-machine:<version>' = {
}
}
osType: 'Windows'
vmSize: 'Standard_NV6ads_A10_v5'
vmSize: 'Standard_NV4as_v4'
// Non-required parameters
adminPassword: '<adminPassword>'
extensionNvidiaGpuDriverWindows: {
Expand Down Expand Up @@ -2723,7 +2723,7 @@ module virtualMachine 'br/public:avm/res/compute/virtual-machine:<version>' = {
"value": "Windows"
},
"vmSize": {
"value": "Standard_NV6ads_A10_v5"
"value": "Standard_NV4as_v4"
},
// Non-required parameters
"adminPassword": {
Expand Down

0 comments on commit ad2f47c

Please sign in to comment.