Eric Luria
Eric Luria
I think the issue is that both parameters `name` and `context` are provided to the `cloudposse/s3-log-storage/aws` module [here](https://github.com/cloudposse/terraform-aws-tfstate-backend/blob/107da1504b7e7fd32a536cfae59602d67d654b39/main.tf#L150-L153). Removing the `context` parameter and only providing the name should fix the...
Looks like this happens if you're on a version of the AWS provider < 5.0.0: https://stackoverflow.com/a/76688048/22424139
We encountered this issue recently too after upgrading from `edge-2024.11.8` to `edge-2025.8.5`, on EKS 1.32 using the AWS VPC CNI. Thanks for the patch! I've built a custom `linkerd-cni` image...