badarsebard / terraform-provider-xsoar

Apache License 2.0
9 stars 3 forks source link

Fix integration update #1

Closed rwblokzijl closed 2 years ago

rwblokzijl commented 2 years ago

The updating of integrations, was broken. The fix was already present in at the creation of the integration, but not yet in the updating section of the integration. This fix copies that fix into the update function.

Perhaps it would be good to generalize both functions into a single function.

badarsebard commented 2 years ago

It's a good idea to generalize the business logic into its own function, and to do this across the board with all the CRUD functions.