Mastercard / terraform-provider-restapi

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

HTTP Method Specific Headers #268

Open PatrickDuncan opened 3 months ago

PatrickDuncan commented 3 months ago

Hello, our PATCH API requires an If-Match header to be provided. Currently headers are universal for the entire provider, so it can be cumbersome to provide the If-Match header.