marcofranssen / terraform-provider-curl

Terraform provider that allows to make curl request to any http endpoint
MIT License
5 stars 3 forks source link

Support Request Headers #156

Closed harshavmb closed 3 months ago

harshavmb commented 3 months ago

Dear Maintainer,

Thanks for this provider. It kind of helps me to do certain tasks which can't be done with restapi provider.

With headers argument, one could pass http headers as mandated by few servers. It's an optional argument, hence shouldn't cause any problems to current ones.

I appreciate your quick feedback on this as I am desperately waiting for this to be used in our internal corporate workflows.

Looking forward to hearing from you soon.

marcofranssen commented 3 months ago

Please update the docs accordingly to make the pipeline succeed.

harshavmb commented 3 months ago

Please update the docs accordingly to make the pipeline succeed.

done, sorry overlooked on that. Should be good now.