-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: EKS config rendering pipeline + Service Catalog template update
- Add eks_config.py with Pydantic models mirroring terraform-eks-deployment - Add 8 Jinja2 templates (root.hcl, account.hcl, region.hcl, vpc.hcl, cluster.hcl, common-variables.hcl, default-versions.hcl, README.md) - Add write_files_atomic() to github_provider.py using Git tree API for single-commit multi-file writes - Update app.py with EKS detection (is_eks_deployment) and dual-path handler: EKS renders all 8 Terragrunt files atomically; legacy path writes single config.json - Fix PascalCase→snake_case normalizer to handle acronyms (AWS, VPC) and compound words (FinOps) correctly - Update product-template.yaml with all EKS parameters (ClusterName, AccountName, AWSAccountId, VpcName, VpcDomainName, etc.) - Fix Pydantic v1 compatibility (class Config, .dict() instead of v2)"
- Loading branch information
Your Name
committed
Feb 20, 2026
1 parent
a4410a0
commit 2d595ca
Showing
13 changed files
with
1,150 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.