The Terracurl utility Terraform provider allows engineers to make unmanaged API calls in Terraform code.
Using this provider allows for the management of API calls that are unsupported by Terraform. The provider can be used to manage API calls that contain the necessary instructions to create, delete, or modify resources.
The provider's intent is to help in situations where a platform-native provider does not support the required resource. The unmanaged API call operates slightly differently and the instructions are included with the manage call, whereas unmanaged calls are made every time Terraform runs.
















