Skip to content

Commit

Permalink
Doc: azurerm_storage_container Typo (#28214)
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo authored Dec 9, 2024
1 parent dc18cb3 commit b167519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/storage_container.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following arguments are supported:

* `storage_account_name` - (Optional) The name of the Storage Account where the Container exists. This property is deprecated in favour of `storage_account_id`.

* `storage_account_id` - (Optional) The name of the Storage Account where the Container exists. This property will become Required in version 5.0 of the Provider.
* `storage_account_id` - (Optional) The id of the Storage Account where the Container exists. This property will become Required in version 5.0 of the Provider.

~> **NOTE:** One of `storage_account_name` or `storage_account_id` must be specified. When specifying `storage_account_id` the resource will use the Resource Manager API, rather than the Data Plane API.

Expand Down

0 comments on commit b167519

Please sign in to comment.