gpietrus-akamai

Results 4 comments of gpietrus-akamai

Try these env variables ``` AWS_RESPONSE_CHECKSUM_VALIDATION: when_required AWS_REQUEST_CHECKSUM_CALCULATION: when_required ```

Hey. On my side this does not seem to be timing-related. ``` data "linode_nodebalancers" "this" { filter { name = "tags" values = ["kubernetes", "329569"] } } output "nodebalancers_count" {...

I have found that the request is probably constructed incorrectly. ``` | ~~~ REQUEST ~~~ | GET /v4/nodebalancers?page=1 HTTP/1.1 | HOST : api.linode.com | HEADERS: | \tAccept: application/json | \tAuthorization:...

Another example showing this is a bug. ``` locals { pool_count = 4 } resource "linode_lke_cluster" "this" { label = "test-cluster-2" region = "us-lax" k8s_version = "1.33" pool { type...