Skip to content

Commit

Permalink
Update Azure osDiskSKU and dataDiskSKU example values (#2084)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
xmudrii authored Jun 2, 2022
1 parent fcad936 commit 3722397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/terraform/azure/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ output "kubeone_workers" {
# imageID = ""
# Size of the operating system disk (optional)
# osDiskSize = 100
# osDiskSKU = 100
# osDiskSKU = "Standard_LRS"
# Size of the data disk (optional)
# dataDiskSize = 100
# dataDiskSKU = 100
# dataDiskSKU = "Standard_LRS"
tags = {
"${var.cluster_name}-workers" = "pool1"
}
Expand Down

0 comments on commit 3722397

Please sign in to comment.