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
Hi @wegerhoff! Please upgrade to a newer version of the vSphere provider. You can do this by running terraform init -upgrade This issue should be resolved in v1.9.0 (specifically #632).
Terraform Version
Terraform v0.11.13
vSphere Provider Version
provider.vsphere v1.8.1
vSphere Version
vSphere Version 6.7.0.20000
Affected Resource(s)
vsphere_tags
Terraform Configuration Files
Expected Behavior
Run
terraform apply
to create the above vm resource as well as the tags in vsphere. With the configuration above 3 Tags are already assigned.Edit the Configuration and add a fourth tag like:
Run
terraform apply
againThe additional tag should be applied to the vm resource.
This is just on example where tags are not assigned correctly.
I watched similar behaviour when deleting and adding tags randomly.
Actual Behavior
The new tag is not assigned to the ressource.
Steps to Reproduce
terraform apply
terraform apply
The text was updated successfully, but these errors were encountered: