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
15:09:14 * azurerm_availability_set.foobar: compute.AvailabilitySetsClient#CreateOrUpdate: Failure responding to request: StatusCode=409 -- Original Error: autorest/azure: Service returned an error. Status=409 Code="PropertyChangeNotAllowed" Message="Changing property 'platformFaultDomainCount' is not allowed."
15:09:14 * azurerm_availability_set.foobar: compute.AvailabilitySetsClient#CreateOrUpdate: Failure responding to request: StatusCode=409 -- Original Error: autorest/azure: Service returned an error. Status=409 Code="PropertyChangeNotAllowed" Message="Changing property 'platformFaultDomainCount' is not allowed."
Expected Behavior
Terraform should force a resource recreate for the availability set if the fault domain count is altered.
Actual Behavior
Terraform attempts to change the fault domain count in Azure, but Azure returns a failure code.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Create an availability set with n fault domains.
Alter the availability set to add to the number of fault domains.
Run terraform apply and it should fail to alter the AS.
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 19, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
0.7.13
Affected Resource(s)
Terraform Configuration Files
Before:
After:
Debug Output
Expected Behavior
Terraform should force a resource recreate for the availability set if the fault domain count is altered.
Actual Behavior
Terraform attempts to change the fault domain count in Azure, but Azure returns a failure code.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
and it should fail to alter the AS.The text was updated successfully, but these errors were encountered: