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
{{ message }}
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.
Since the account type can't be updated, I expected terraform to replace the resource instead.
Actual Behavior
What actually happened?
* module.workers.azurerm_storage_account.tectonic_worker: 1 error(s) occurred:
* azurerm_storage_account.tectonic_worker: Error updating Azure Storage Account type "c99c88ef": storage.AccountsClient#Update: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="StorageAccountTypeConversionNotAllowed" Message="Storage account type cannot be changed to Premium_LRS."
Steps to Reproduce
Create a Standard_LRS storage account with terraform and terraform apply
Change the tier to Premium_LRS storage account and terraform apply
The text was updated successfully, but these errors were encountered:
This is a bug affecting the AzureRM Provider repository - this repository is instead for the older Service Management (Azure / old portal). As such - I'm going to migrate this issue across to the new repository here: hashicorp/terraform-provider-azurerm#110
Terraform Version
Affected Resource(s)
Expected Behavior
Since the account type can't be updated, I expected terraform to replace the resource instead.
Actual Behavior
What actually happened?
Steps to Reproduce
terraform apply
terraform apply
The text was updated successfully, but these errors were encountered: