-
Notifications
You must be signed in to change notification settings - Fork 53
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
[VM Group] vms changed outside of Terraform #160
Comments
I reproduced it with v0.3.0 version of the provider. It seems that terraform is right. Here is my current understanding of the problem:
The vmgroup is created first (dependency introduced by At next plan, terraform read again the content on cloud provider side and see the content of vms in the VM group. The first questions that comes to mind are:
I'm still looking for other solutions |
Interesting, nice finding ! And sorry for making you believe that this behavior was not happening with the version 0.3.0 of the provider. I guess I never really saw this behavior on v0.3.0 because I was always destroying and recreating VMs (due to the live Context Update not working), where I'm now updating running VMs with the new version of the Provider, that I built from the PR that add support to Context Update. |
A comment of an other issue showed us a problem on the
vms
attribute of the virtual machine group resource.Terraform version: 0.15.4 and higher
The report of plan/apply commands has been enriched, see the
NEW FEATURES
section of the changelogThis explain why we can see more diffs with recent versions of terraform that we didn't see before
After first apply, next plan/apply will show a diff:
The text was updated successfully, but these errors were encountered: