We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: