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
Error: expected account_kind to be one of [Storage BlobStorage StorageV2], got FileStorage
on azurerm_storage_account.rg-test-at__strpfile.tf line 1, in resource "azurerm_storage_account" "rg-test-at__strpfile":
1: resource azurerm_storage_account rg-test-at__strpfile {
Error Validating
Expected Behavior
"FileStorage" is a new Azure Premium Files storage kind and should not Error
Actual Behavior
Steps to Reproduce
terraform validate
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Aug 2, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
py-az2tf AndyT$ terraform -v
Terraform v0.12.2
provider "azurerm" (terraform-providers/azurerm) 1.31.0
Affected Resource(s)
azurerm_storage_account
Terraform Configuration Files
Debug Output
Panic Output
terraform validate
Error: expected account_kind to be one of [Storage BlobStorage StorageV2], got FileStorage
on azurerm_storage_account.rg-test-at__strpfile.tf line 1, in resource "azurerm_storage_account" "rg-test-at__strpfile":
1: resource azurerm_storage_account rg-test-at__strpfile {
Error Validating
Expected Behavior
"FileStorage" is a new Azure Premium Files storage kind and should not Error
Actual Behavior
Steps to Reproduce
terraform validate
Important Factoids
References
The text was updated successfully, but these errors were encountered: