From 4a1f6a57ef14f60f03e425878afd4e0c2c56b613 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Mon, 15 Sep 2025 14:28:24 -0700 Subject: [PATCH] Init (#9) * Add comprehensive EKS Cluster Template roadmap and configuration files * Refactor namespace definitions and add GitHub Actions workflows variable * Implement GitHub Actions workflow triggers and enhance Terraform configurations for automated cluster setup * Enhance README and add Terraform module for EKS cluster deployment with automated GitHub Actions workflows; include tests for workflow triggers and validation. * Update versions.tf to include required provider versions for Terraform configuration * Remove outdated test files and add new validation and workflow trigger tests for EKS cluster deployment * Update GitHub server URL and refactor related configurations for EKS deployment * Refactor module configurations to enable dynamic management of extra files and update enable_all_modules variable for improved flexibility * updating gitignore * Remove obsolete Terraform module and provider cache files to clean up the repository * removing test workflow * Remove GitHub token variable and references to streamline configuration * Update terraform-validate.yaml * Remove mock GitHub token from workflow trigger configuration * updating * removing varfiles * Remove unused GitHub module and provider references * removign data dirs * removing TEMPLATE_SHA * reemoving varfiles * initi * adding docs * Add README template for EKS cluster configuration * Enhance README and examples for EKS cluster management - Updated README to clarify module functionality and features. - Added centralized management examples for EKS cluster repositories. - Improved variable definitions for better clarity and usability. * Fix formatting of runs-on value in GitHub Actions workflow * Refactor README and ROADMAP for clarity; update Terraform configurations and remove deprecated variables * Update EKS cluster configuration with new account details * Update main.tf * Update EKS deployment configuration: change region to us-gov-east-1 and update VPC name to vpc3-csvd-dev * Refactor repository and cluster configuration: unify naming and update descriptions in main.tf and variables.tf * Update cluster name assignment in locals.tf and add default.json file * Update GitHub repository source URL in main.tf --------- Co-authored-by: Your Name --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index af88a2b..5a281a3 100644 --- a/main.tf +++ b/main.tf @@ -42,7 +42,7 @@ locals { } module "github_repo" { - source = "github.com/HappyPathway/terraform-github-repo" + source = "git::https://github.e.it.census.gov/CSVD/terraform-github-repo.git" name = var.name repo_org = var.organization