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
After the first apply run successfully (and neither the infrastructure nor the configuration is modified) I shouldn't see any difference on subsequent plan execution.
Actual Behavior
After the first apply run successfully (and neither the infrastructure nor the configuration is modified) every plan execution show a difference and those even after multiple subsequent apply run successfully.
Steps to Reproduce
⚠️(This issue start since version v1.8.0 of the google provider and happen only when auto_healing_policies is active on google_compute_region_instance_group_manager )⚠️
terraform apply
terraform plan
The text was updated successfully, but these errors were encountered:
+1 We are seeing the same behaviour when defining a google_compute_region_backend_service using a backend from a google_compute_region_instance_group_manager that has a rolling_update_policy.
@paddycarver did you guys managed to work around this?
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!
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/noogg/317bfb95fe1fcbc604f7e6aee31d532f
https://gist.github.com/noogg/d2aba84f35086b9d5366d34d1106ffbe
https://gist.github.com/noogg/59069679333dbd90f53134a3c78309a4
Expected Behavior
After the first
apply
run successfully (and neither the infrastructure nor the configuration is modified) I shouldn't see any difference on subsequentplan
execution.Actual Behavior
After the first
apply
run successfully (and neither the infrastructure nor the configuration is modified) everyplan
execution show a difference and those even after multiple subsequentapply
run successfully.Steps to Reproduce
v1.8.0
of the google provider and happen only whenauto_healing_policies
is active ongoogle_compute_region_instance_group_manager
)terraform apply
terraform plan
The text was updated successfully, but these errors were encountered: