We depend on the issue 8204, but when that is implemented, we can configure logs for EKS.
Not yet
Terraform v0.11.13
At the moment, we don't have requirements for AWS provider (correct me if I'm mistaken) but right now this module can't work with >v2.2 anyway (cluster_endpoints).
EDIT: Any suggestions on how to make provider aws version as a requirement?
it has been released as provider v2.6.0 :)
And merged. Please test and I'll make a release soon.
Sure, I will do a quick check on this today.
BTW, if we want to release, we need to update the provider version in here too:
https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/examples/eks_test_fixture/main.tf#L6
https://github.com/terraform-aws-modules/terraform-aws-eks/pull/347
I'm closing this issue
I forgot to update here, I have run with aws provider 2.6.0 for last weekend without any issue.
@max-rocket-internet I think we do need to enforce the provider version with the new feature of eks logs.
@chenrui333 the question is how? according to the https://github.com/terraform-aws-modules/terraform-aws-eks/pull/347/files , we only update example how to use the module
yeah, indeed, I was think of enforcing the module version in the module level.
You might be interested with this issue I submitted, https://github.com/hashicorp/terraform/issues/20996
I think we do need to enforce the provider version with the new feature of eks logs.
Indeed. I'm not sure how though. I think in the past we had providers defined inside the module itself but then TF community moved away from this I think?
Already had a issue for this: https://github.com/terraform-aws-modules/terraform-aws-eks/issues/348