badarsebard / terraform-provider-xsoar

Apache License 2.0
9 stars 3 forks source link

Abstract crud methods into their own functions #3

Open jrauen opened 2 years ago

jrauen commented 2 years ago

Need to create some crud helper functions to reduce the repetitiveness of the code; especially around the read functions as it's used in three of the methods (create, read, and update).