Mastercard / terraform-provider-restapi

A terraform provider to manage objects in a RESTful API
Other
808 stars 217 forks source link

Multiple base URIs #251

Open sergiobortsov opened 10 months ago

sergiobortsov commented 10 months ago

Hello! Sorry if such an issue was already discussed somewhere, but I'd to know if it's possible to use restapi provider for the multiple base URIs in case we need to be able to call different APIs. I thought this key https://github.com/Mastercard/terraform-provider-restapi/blob/2a972eaf4621fbed5715d57f877bfeb50069fb16/examples/resources/restapi_object/resource.tf#L2 was designed for something like this to be able to choose which provider to use. But I believe that key was disabled completely, so example file is not up to date. I'd appreciate any help in this regard. Thanks