hashicorp/aws-sdk-go-base

Add `NoProxy` parameter

gdavison opened this issue · 1 comments

The PR #81 added support for the HTTPProxy parameter. Some situations may require bypassing the general proxy setting.

Note: The NO_PROXY environment variable is supported.

Reference hashicorp/terraform-provider-aws#23348

Our automation is breaking because this change done and not supporting NO_PROXY. Hope this can be handle sooner rather than later. Hardcoding to TF 1.5.2 is enough for now, but in future might want a tf new feature ...