-
Notifications
You must be signed in to change notification settings - Fork 93
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
Infrastructure objects continually update with no changes #358
Comments
I see the similar issue as @pgsmith123. |
I don't know much about writing Go, but I've seen that a |
If that's correct (and again, I do not know go very well) then perhaps the fix is as simple as replacing L55-61 with "regions": {
Type: schema.TypeSet,
Computed: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
}, I don't think the tests need updated since the Type is not specified in it. |
@rnelson0 You're right, if the order does not matter, we should be using a But the above PR will not fix all the resources, there are some of them (specifically |
@frodenas Awesome, thank you for that PR! I’m looking forward to testing this out soon! |
@frodenas FYI We're on 0.5.0+ and no longer seeing this issue. Can't speak for @pgsmith123 of course but maybe this addressed their issue, too. |
What about you @VickyWinner? Ryan Johnson |
We are still seeing the issue using the vra_image_profile resource having multiple image_mappings. We use the latest version of the vra_provider 0.5.1 from the hashicorp registry. |
I am seeing the issue once again with 0.7.0 from the hashicorp registry for vra_image_profile. I believe that 0.7.0 switched to using image_id where as 0.6.0 was using image_name. I was able to successfully see no changes with 0.6.0 but now see changes each time I run terraform with 0.7.0 |
I too am still having this problem with the |
I am using vRA 8.4.1, terraform 1.0.1, and the vRA provider 0.3.8.
I have configured a vSphere cloud account, two zones, and an image mapping with four templates. The initial apply builds all the objects correctly. When running a secondary plan or apply terraform wants to update all the objects even though no changes have been made.
cloud account
zone
image mapping
Running an apply completes successfully and says that it updates the cloud account and the image mappings.
Nothing seems to be updated on the vRA side and everything continues working as expected.
It always wants to update the same items every time an apply or plan is executed.
This is the config for the cloud account and zones
The text was updated successfully, but these errors were encountered: