Open fchmainy opened 1 year ago
I have the same issue. Did you manage to find a solution, @fchmainy ?
hi @m0ps nope!
@fchmainy @m0ps I switched to https://github.com/Mastercard/terraform-provider-restapi for this exact reason
Nice! Thanks @m0ps for sharing
the API i am using can creates (POST) an object, the result of the creation is a UUID returned in a JSON response. The suppression of the same objet (DELETE) is done using the object UUID referenced in the delete_url request.
for example
the "id" is the UUID of the object which is used as the reference for the object suppression.
the destroy_url is then
could you help me understand is there are any way moving forward?