Skip to content

Commit

Permalink
r/storage_account: moving the 'not applicable' text under the top lev…
Browse files Browse the repository at this point in the history
…el block definition
  • Loading branch information
tombuildsstuff committed Aug 8, 2019
1 parent 249371d commit c67c666
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/r/storage_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ The following arguments are supported:

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

~> **NOTE:** `queue_properties` cannot be set when the `access_tier` is set to `BlobStorage`

* `network_rules` - (Optional) A `network_rules` block as documented below.

* `tags` - (Optional) A mapping of tags to assign to the resource.
Expand Down Expand Up @@ -201,7 +203,7 @@ any combination of `Logging`, `Metrics`, `AzureServices`, or `None`.

---

A `queue_properties` block supports the following: not applicable when storage account type is **BlobStorage**
A `queue_properties` block supports the following:

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

Expand Down

0 comments on commit c67c666

Please sign in to comment.