Skip to content

Commit

Permalink
Including #27707
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo authored Oct 21, 2024
1 parent d5f2fee commit 8fd61cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/storage_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ The following arguments are supported:

~> **Note:** `static_website` can only be set when the `account_kind` is set to `StorageV2` or `BlockBlobStorage`.

~> **Note:** If `static_website` is specified, the service will automatically create a `azurerm_storage_container` named `$web`.

* `share_properties` - (Optional) A `share_properties` block as defined below.

~> **Note:** `share_properties` can only be configured when either `account_tier` is `Standard` and `account_kind` is either `Storage` or `StorageV2` - or when `account_tier` is `Premium` and `account_kind` is `FileStorage`.
Expand Down

0 comments on commit 8fd61cc

Please sign in to comment.