Add AWS EKS Terraform module#60
Conversation
There was a problem hiding this comment.
Codex Review: Here are some suggestions.
https://github.com/mweiden/cass/blob/0f34e44e1f2922f57105f72a8af03791f45236ab/terraform/modules/cass-eks/main.tf#L26-L25
[P1] Use expected subnet_ids argument for EKS module
The EKS module call passes subnets = var.subnet_ids, but the upstream terraform-aws-modules/eks/aws module (v20+) exposes the input as subnet_ids. Terraform will fail the plan with Unsupported argument "subnets" before any resources are created, so the module as written cannot be applied.
Reply with @codex fix comments to fix any unresolved comments.
About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".
Summary
Testing
cargo testterraform -chdir=terraform/modules/cass-eks init -backend=false(fails: Error accessing remote module registry)https://chatgpt.com/codex/tasks/task_e_68b676f1dc6483249dc3e91c052b6ce6