From 6ed0acf99f5fc1dc1d930c4e446abe62da43863f Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Mon, 11 Dec 2023 22:52:48 +0100 Subject: [PATCH] docs note: azurerm_cognitive_account, not all `kind` support `storage` block --- website/docs/r/cognitive_account.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/cognitive_account.html.markdown b/website/docs/r/cognitive_account.html.markdown index 7c75dddbfbd4..8abc91cdc346 100644 --- a/website/docs/r/cognitive_account.html.markdown +++ b/website/docs/r/cognitive_account.html.markdown @@ -138,6 +138,8 @@ A `storage` block supports the following: * `identity_client_id` - (Optional) The client ID of the managed identity associated with the storage resource. +~> **NOTE:** Not all `kind` support a `storage` block. For example the `kind` `OpenAI` does not support it. + ## Attributes Reference In addition to the Arguments listed above - the following Attributes are exported: