Josh Keller

Results 6 comments of Josh Keller

I have the same issue. Disabling VPN does not help because traffic still goes through corporate proxy.

I believe I may be encountering a similar issue ``` Terraform v1.5.7 on darwin_arm64 + provider registry.terraform.io/hashicorp/aws v5.24.0 + provider registry.terraform.io/hashicorp/external v2.3.1 + provider registry.terraform.io/hashicorp/null v3.2.1 ``` I am listing...

@lambbuster I have tried on 1.3.1 and 1.5.3 and it doesn't seem to work. Wondering if this could be in the AWS provider. What version of that are you using...

Actually, I have narrowed this down. My request works with `v5.16.2` of the AWS provider but not `v5.17.0`. So there appears to be a breaking change in `v5.17.0`. @lambbuster can...

I see in the `v5.17.0` [CHANGELOG](https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.17.0) that the AWS SDK for Go was [upgraded to v2](https://github.com/hashicorp/terraform-provider-aws/pull/33358). So I'm guessing it's likely that there is a bug upstream with v2 of...

> I’ve just tried using 1.6.0 (and 1.6.3!) with 5.16.2 of the AWS provider and still get the same error :( Interesting, maybe it's not the Go SDK v2. Or...