nutanix / terraform-provider-nutanix

Terraform Nutanix Provider
https://www.terraform.io/docs/providers/nutanix/
Mozilla Public License 2.0
95 stars 111 forks source link

Resource "nutanix_karbon_cluster" , version should be properly set using karbon api response. #610

Closed Abhishekism9450 closed 1 year ago

Abhishekism9450 commented 1 year ago

Affected Resource(s)

Expected Behavior

version should be set properly in karbon cluster resource. Incase, version is changed out of terraform (using UI) and if someone tries to match the version in hcl file. then resource should set the updated version in state file.

Actual Behavior

version doesn't update itself and causing the resource to destroy and recreate.

abhimutant commented 1 year ago

link to PR: #606