Mastercard / terraform-provider-restapi

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

Add root CA support for mTLS authentication #270

Open daniel-butler-irl opened 3 weeks ago

daniel-butler-irl commented 3 weeks ago

Adding this support as my hosted elasticsearch instances have self-signed certs and I do not want to run with the insecure attribute. This is my first time working on provider code but I think I covered all the tests and docs required. If there are any updates needed please let me know. Thanks

daniel-butler-irl commented 2 weeks ago

@DRuggeri can you help with this?