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
2020-08-18T12:08:22.999+0200 [DEBUG] plugin.terraform-provider-vcd_v2.9.0_x4: 2020/08/18 12:08:22 [DEBUG] [VM update] started with lock
2020-08-18T12:08:22.999+0200 [DEBUG] plugin.terraform-provider-vcd_v2.9.0_x4: 2020/08/18 12:08:22 [DEBUG] Locking "***"
2020-08-18T12:08:22.999+0200 [DEBUG] plugin.terraform-provider-vcd_v2.9.0_x4: 2020/08/18 12:08:22 [DEBUG] Locked "***"
2020-08-18T12:08:22.999+0200 [DEBUG] plugin.terraform-provider-vcd_v2.9.0_x4: 2020/08/18 12:08:22 [DEBUG] [VM update] started without lock
2020-08-18T12:08:22.999+0200 [DEBUG] plugin.terraform-provider-vcd_v2.9.0_x4: 2020/08/18 12:08:22 [DEBUG] [VM update] checking if only field 'network_dhcp_wait_seconds' has change during update
2020-08-18T12:08:22.999+0200 [DEBUG] plugin.terraform-provider-vcd_v2.9.0_x4: 2020/08/18 12:08:22 [DEBUG] [VM update] field 'storage_profile' has change
2020-08-18T12:08:26.317+0200 [DEBUG] plugin.terraform-provider-vcd_v2.9.0_x4: 2020/08/18 12:08:26 [DEBUG] [VM update] finished
Expected Behavior
If you change storage_profile this should update the storage profile of your VM in vCloud Director
Actual Behavior
terraform apply succeeds with Apply complete but nothing has changed in the real infrastructure. If you run terraform apply again, you will see the same behaviour again and again.
Furthermore you can specify a value for storage_profile which is not existent on your vCloud Director platform and terraform apply will still succeed without errors.
I think the update functionality for storage_profile might be completely missing at the moment. In the debug output you can see, that change is recognized but nothing is triggered then.
Steps to Reproduce
terraform apply
Change storage_profile
terraform apply
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform v0.12.29
terraform-provider-vcd_v2.9.0_x4
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
If you change
storage_profile
this should update the storage profile of your VM in vCloud DirectorActual Behavior
terraform apply
succeeds withApply complete
but nothing has changed in the real infrastructure. If you runterraform apply
again, you will see the same behaviour again and again.Furthermore you can specify a value for
storage_profile
which is not existent on your vCloud Director platform andterraform apply
will still succeed without errors.I think the update functionality for
storage_profile
might be completely missing at the moment. In the debug output you can see, that change is recognized but nothing is triggered then.Steps to Reproduce
terraform apply
storage_profile
terraform apply
The text was updated successfully, but these errors were encountered: