diff --git a/terraform/azure/templates/storage.tf b/terraform/azure/templates/storage.tf index 21e7e247e..ba1013dbc 100644 --- a/terraform/azure/templates/storage.tf +++ b/terraform/azure/templates/storage.tf @@ -10,7 +10,7 @@ resource "azurerm_storage_account" "bosh" { location = "${var.region}" account_tier = "Standard" - account_replication_type = "GRS" + account_replication_type = "LRS" tags = { environment = "${var.env_id}"