-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plan always shows azurerm_virtual_machine_scale_set change when nothing was changed #11626
Comments
Try chaning the tier from "standard" to "Standard". I've had some diffs caused by casing differences between the resources and what Azure returns in the API. |
Closed via #14861 |
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. |
Terraform Version
v0.8.5
Affected Resource(s)
azurerm_virtual_machine_scale_set
Terraform Configuration Files
Debug Output
https://gist.github.com/guoshimin/604847ec95e5c92d52e78905bf0614f0
Panic Output
Expected Behavior
terraform plan
should show no diff when nothing was changed.Actual Behavior
terrform plan
always showsSteps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: