-
Notifications
You must be signed in to change notification settings - Fork 115
dataSourceTlsCertificateRead now uses http client #113
New issue
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
Conversation
…llow proxy usage inside Corporate Networks
|
@DanielRis any chance you could sign the CLA? Perhaps it could spark some activity/review on your PR? |
I thought I did that already, but I now did that again. |
|
Hey @donovanmuller , |
|
@vikas027 I'm not a maintainer, so unfortunately I can't. I am, like you, waiting and hoping for any movement on this PR/issue 😃 |
|
bump. When can we expect this PR to get merged? |
|
bump! with module like terraform-aws-eks: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/main.tf#L149-L153 adopts this module, this diff will help a lot of users utilize this module. |
hashicorp#113 (dataSourceTlsCertificateRead now uses http client hashicorp#113)
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
dataSourceTlsCertificateReadnow use an http client instead of tls to allow proxy usage inside Corporate environments.Fixes #96