From eb4b2fe1ad4fd950a9729954c99793aa62be2139 Mon Sep 17 00:00:00 2001 From: Yun Liu Date: Fri, 6 Jan 2023 10:16:49 +0800 Subject: [PATCH] adding a note msg for `access_tier` --- website/docs/r/storage_share.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/storage_share.html.markdown b/website/docs/r/storage_share.html.markdown index 97993c11d419..8d9f012f6ada 100644 --- a/website/docs/r/storage_share.html.markdown +++ b/website/docs/r/storage_share.html.markdown @@ -55,6 +55,8 @@ The following arguments are supported: * `access_tier` - (Optional) The access tier of the File Share. Possible values are `Hot`, `Cool` and `TransactionOptimized`, `Premium`. +~>**NOTE:** The `FileStorage` `account_kind` of the `azurerm_storage_account` requires `Premium` `access_tier`. + * `acl` - (Optional) One or more `acl` blocks as defined below. * `enabled_protocol` - (Optional) The protocol used for the share. Possible values are `SMB` and `NFS`. The `SMB` indicates the share can be accessed by SMBv3.0, SMBv2.1 and REST. The `NFS` indicates the share can be accessed by NFSv4.1. Defaults to `SMB`. Changing this forces a new resource to be created.