terraform-provider-azurerm
terraform-provider-azurerm copied to clipboard
azurerm_storage_account docs seem contradictory
Is there an existing issue for this?
- [X] I have searched the existing issues
Community Note
- Please vote on this issue by adding a :thumbsup: reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Terraform Version
1.3
AzureRM Provider Version
3.93.0
Affected Resource(s)/Data Source(s)
azurerm_storage_account
Terraform Configuration Files
Current docs seem inconsistent regarding account_kind and account_tier for Premium Tier.
Debug Output/Panic Output
none
Expected Behaviour
No response
Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_account#account_kind
account_kind - (Optional) Defines the Kind of account. Valid options are BlobStorage, BlockBlobStorage, FileStorage, Storage and StorageV2. Defaults to StorageV2.
account_tier - (Required) Defines the Tier to use for this storage account. Valid options are Standard and Premium. For BlockBlobStorage and FileStorage accounts only Premium is valid. Changing this forces a new resource to be created.
NOTE: Blobs with a tier of Premium are of account kind StorageV2.