We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e508160 + a7483eb commit da75dd1Copy full SHA for da75dd1
1 file changed
terraform/azure/modules/hana_node/main.tf
@@ -382,7 +382,10 @@ resource "azurerm_virtual_machine_data_disk_attachment" "hana_data_disk_attachme
382
lun = count.index % local.disks_number
383
caching = element(local.disks_caching, count.index % local.disks_number)
384
timeouts {
385
- read = "30m"
+ read = "30m"
386
+ create = "30m"
387
+ update = "30m"
388
+ delete = "30m"
389
}
390
391
0 commit comments