Kong / mesh-perf

Performance tests of Kong Mesh
Apache License 2.0
0 stars 1 forks source link

chore(eks): separate eks and ecr creation #197

Closed lukidzi closed 2 months ago

lukidzi commented 2 months ago

It seems like something has changed in AWS, preventing us from creating both ECR and EKS resources in the same Terraform file.

To overcome this issue, I've separated these tasks. First, we create the EKS cluster and the associated IAM role. After that, we retrieve this role and then create the ECR repository.

Additionally, I have upgraded the Terraform version to address this issue: https://github.com/hashicorp/terraform/issues/34114. I also upgraded the versions of the providers and modules.