We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a7745f + 1191d0a commit 27ee92aCopy full SHA for 27ee92a
data/data/azure/cluster/master/master.tf
@@ -114,7 +114,7 @@ resource "azurerm_linux_virtual_machine" "master" {
114
115
os_disk {
116
name = "${var.cluster_id}-master-${count.index}_OSDisk" # os disk name needs to match cluster-api convention
117
- caching = "ReadOnly"
+ caching = "ReadWrite"
118
storage_account_type = var.os_volume_type
119
disk_size_gb = var.os_volume_size
120
disk_encryption_set_id = var.disk_encryption_set_id
0 commit comments