udoma-co / terraform-provider-udoma

A Terraform Provider for managing configuration and customizations for Udoma accounts
3 stars 0 forks source link

Renaming a connector does not work #38

Open realvasko opened 3 months ago

realvasko commented 3 months ago

Connectors have a unique name which is the unique ID of the connector in the system. Hence, renaming it is not possible, but instead, a delete-create needs to be done. The provider does not consider this and when changing the name, it tries to just change the attribute. Same applies for the related queries.