Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 2147ee2

Browse files
wip
1 parent e3b0527 commit 2147ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/tf-core/environments/development.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,14 @@ storage_accounts = {
252252
fnapp = {
253253
name_suffix = "fnappstor"
254254
account_tier = "Standard"
255-
replication_type = "ZRS"
255+
replication_type = "LRS"
256256
public_network_access_enabled = false
257257
containers = {}
258258
}
259259
mesh = {
260260
name_suffix = "meshstor"
261261
account_tier = "Standard"
262-
replication_type = "ZRS"
262+
replication_type = "LRS"
263263
public_network_access_enabled = true
264264
blob_properties_delete_retention_policy = 7
265265
blob_properties_versioning_enabled = false

0 commit comments

Comments
 (0)