From 7e4542349100639822203c1c3ce98cbfc5498e2c Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Mon, 14 Apr 2025 13:17:43 -0700 Subject: [PATCH] Init (#7) * 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 --- varfiles/default.json | 1 - varfiles/default.tfvars | 0 2 files changed, 1 deletion(-) delete mode 100644 varfiles/default.json delete mode 100644 varfiles/default.tfvars diff --git a/varfiles/default.json b/varfiles/default.json deleted file mode 100644 index 9e26dfe..0000000 --- a/varfiles/default.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/varfiles/default.tfvars b/varfiles/default.tfvars deleted file mode 100644 index e69de29..0000000