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
When creating a storage account which is blob storage, Standard_ZRS is not a valid type. terraform plan and apply don't warn on this so the user is left to decipher a 400 message from Azure
It should have told me that Standard_ZRS as account_type is not supported for account_kind of BlobStorage
Actual Behavior
A plan succeeds
An apply fails with below message
* azurerm_storage_account.anyname123: 1 error(s) occurred:
* azurerm_storage_account.anyname123: Error creating Azure Storage Account 'anyname123': storage.AccountsClient#Create: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="InvalidInput" Message="One of the request inputs is not valid."
Steps to Reproduce
terraform apply
Important Factoids
N/A
References
N/A
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 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Apr 1, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When creating a storage account which is blob storage, Standard_ZRS is not a valid type. terraform plan and apply don't warn on this so the user is left to decipher a 400 message from Azure
Terraform Version
Terraform v0.10.3
Affected Resource(s)
azurerm_storage_account
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
It should have told me that Standard_ZRS as account_type is not supported for account_kind of BlobStorage
Actual Behavior
A plan succeeds
An apply fails with below message
Steps to Reproduce
terraform apply
Important Factoids
N/A
References
N/A
The text was updated successfully, but these errors were encountered: