Skip to content

Add AWS EKS Terraform module#60

Open
mweiden wants to merge 1 commit into
mainfrom
codex/add-parameterizable-terraform-module-for-cassandra
Open

Add AWS EKS Terraform module#60
mweiden wants to merge 1 commit into
mainfrom
codex/add-parameterizable-terraform-module-for-cassandra

Conversation

@mweiden
Copy link
Copy Markdown
Owner

@mweiden mweiden commented Sep 2, 2025

Summary

  • add Terraform module to deploy cass on AWS EKS using S3 storage
  • document Terraform deployment option

Testing

  • cargo test
  • terraform -chdir=terraform/modules/cass-eks init -backend=false (fails: Error accessing remote module registry)

https://chatgpt.com/codex/tasks/task_e_68b676f1dc6483249dc3e91c052b6ce6

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant