Skip to content

Commit

Permalink
Updated the Accout_Replication_Level to GRS (#73)
Browse files Browse the repository at this point in the history
* Updated the Accout_Replication_Level to GRS

* Updated the Accout_Replication_Level to GRS
  • Loading branch information
chinthakaru authored Nov 7, 2024
1 parent 6322667 commit ea92f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waf/azurerm_storage_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ func (wf WafRules) AzurermStorageAccountAccountReplicationType() *attrvalue.Simp
return attrvalue.NewSimpleRule[string](
"azurerm_storage_account",
"account_replication_type",
[]string{"ZRS"},
[]string{"GRS", "ZRS"},
"https://azure.github.io/Azure-Proactive-Resiliency-Library/services/storage/storage-account/#st-1---ensure-that-storage-accounts-are-zone-or-region-redundant",
false,
"",
Expand Down

0 comments on commit ea92f3a

Please sign in to comment.