Open haneef95 opened 1 year ago
Provided authentication with mTLS by providing crt and keys.
Example:
curl --cacert ca.crt \ --key client.key \ --cert client.crt \ https://...
Make the 3 mTLS parameters above available on all the blocks provider, data source and resource.
https://registry.terraform.io/providers/Mastercard/restapi/latest/docs
Don't forget to go through the checklist to make sure the issue is created properly:
Is your feature request related to a problem?
Provided authentication with mTLS by providing crt and keys.
Example:
Describe the solution you'd like
Make the 3 mTLS parameters above available on all the blocks provider, data source and resource.
Acceptance criteria
Describe alternatives you've considered
https://registry.terraform.io/providers/Mastercard/restapi/latest/docs
Additional context
Checklist (for admin only)
Don't forget to go through the checklist to make sure the issue is created properly: