opentelekomcloud / terraform-provider-opentelekomcloud

Terraform OpenTelekomCloud provider
https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest
Mozilla Public License 2.0
88 stars 77 forks source link

Issue with Terraform Provider Updating Tags #2717

Closed eriksueto closed 1 week ago

eriksueto commented 1 week ago

Expected Behavior: The Terraform provider should be able to update tags without destroying the entire cluster. The configuration of the cluster should remain intact.

Current Behavior: The Terraform provider attempts to delete the entire cluster when changes are made to the tags. This would result in the loss of all cluster configurations.

Steps to Reproduce:

Make changes to the tags in the Terraform configuration. Apply the changes using the Terraform provider. Observe that the provider attempts to delete the entire cluster. Impact: The current behavior leads to the potential loss of all cluster configurations, which is critical for our operations.

anton-sidelnikov commented 1 week ago

Not tf issue, internal ticket opened https://jira.tsi-dev.otc-service.com/browse/OTCPR-21476. Will reopen after update of APIs.