Skip to content

Commit

Permalink
Docs: Re-add force new note for azurerm_storage_account.account_repli…
Browse files Browse the repository at this point in the history
…cation_type (#24414)
  • Loading branch information
tism authored Jan 8, 2024
1 parent 5c4c22c commit 624a9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/storage_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The following arguments are supported:

-> **NOTE:** Blobs with a tier of `Premium` are of account kind `StorageV2`.

* `account_replication_type` - (Required) Defines the type of replication to use for this storage account. Valid options are `LRS`, `GRS`, `RAGRS`, `ZRS`, `GZRS` and `RAGZRS`.
* `account_replication_type` - (Required) Defines the type of replication to use for this storage account. Valid options are `LRS`, `GRS`, `RAGRS`, `ZRS`, `GZRS` and `RAGZRS`. Changing this forces a new resource to be created when types `LRS`, `GRS` and `RAGRS` are changed to `ZRS`, `GZRS` or `RAGZRS` and vice versa.

* `cross_tenant_replication_enabled` - (Optional) Should cross Tenant replication be enabled? Defaults to `true`.

Expand Down

0 comments on commit 624a9b0

Please sign in to comment.