You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 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
Version of the module you are using
5.7.11
Rover Version
No response
Terraform Version
1.8.4
AzureRM Provider Version
3.105.0
Affected Resource(s)/Data Source(s)
azurerm_storage_account
Terraform Configuration Files
storage_accounts={
sa2 = {
name ="sa2dev"
resource_group_key ="test"# Account types are BlobStorage, BlockBlobStorage, FileStorage, Storage and StorageV2. Defaults to StorageV2
account_kind ="BlockBlobStorage"# Account Tier options are Standard and Premium. For BlockBlobStorage and FileStorage accounts only Premium is valid.
account_tier ="Premium"# Valid options are LRS, GRS, RAGRS, ZRS, GZRS and RAGZRS
account_replication_type ="ZRS"# https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy
}
}
Expected Behaviour
No response
Actual Behaviour
│ Error: 1 error occurred:
│ * access_tier is only available for accounts of kind: [BlobStorage StorageV2 FileStorage]
│
│
│
│ with module.example.module.storage_accounts["sa2"].azurerm_storage_account.stg,
│ on ../modules/storage_account/storage_account.tf line 20, in resource "azurerm_storage_account" "stg":
│ 20: resource "azurerm_storage_account" "stg" {
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Community Note
Version of the module you are using
5.7.11
Rover Version
No response
Terraform Version
1.8.4
AzureRM Provider Version
3.105.0
Affected Resource(s)/Data Source(s)
azurerm_storage_account
Terraform Configuration Files
Expected Behaviour
No response
Actual Behaviour
│ Error: 1 error occurred:
│ *
access_tier
is only available for accounts of kind: [BlobStorage StorageV2 FileStorage]│
│
│
│ with module.example.module.storage_accounts["sa2"].azurerm_storage_account.stg,
│ on ../modules/storage_account/storage_account.tf line 20, in resource "azurerm_storage_account" "stg":
│ 20: resource "azurerm_storage_account" "stg" {
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: