Mastercard / terraform-provider-restapi

A terraform provider to manage objects in a RESTful API
Other
785 stars 215 forks source link

terraform import ignore query_string #258

Open tivoodoo opened 6 months ago

tivoodoo commented 6 months ago

Hello,

when trying to import resource I recognized that the query_string is not taken in account .

I'm using restapi provider to talk with Azure API "https://management.azure.com". Without query_string api_version=... it's not possible to submit the request and hence the import is cancelt.

Creating resources isn't affected by this.

terraform-provider-restapi Version : v1.18.2

Best regards