From bf499a0b49adb339a22a38624648f76c77f6ebdb Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 10 Sep 2025 16:47:13 -0400 Subject: [PATCH] Update EKS cluster configuration with new account details --- examples/basic/.terraform_commits | 24 ++++++++++++++++++++++++ examples/basic/main.tf | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/examples/basic/.terraform_commits b/examples/basic/.terraform_commits index 722dfa1..8a830fb 100644 --- a/examples/basic/.terraform_commits +++ b/examples/basic/.terraform_commits @@ -22,5 +22,29 @@ "commit_message": "Fix formatting of runs-on value in GitHub Actions workflow", "author": "Your Name", "timestamp": "2025-09-04T15:59:08.094373" + }, + { + "commit_hash": "94a518393002dd67ec0a178aee46323921889767", + "commit_message": "Refactor README and ROADMAP for clarity; update Terraform configurations and remove deprecated variables", + "author": "Your Name", + "timestamp": "2025-09-05T13:52:50.300053" + }, + { + "commit_hash": "94a518393002dd67ec0a178aee46323921889767", + "commit_message": "Refactor README and ROADMAP for clarity; update Terraform configurations and remove deprecated variables", + "author": "Your Name", + "timestamp": "2025-09-05T13:57:43.873358" + }, + { + "commit_hash": "94a518393002dd67ec0a178aee46323921889767", + "commit_message": "Refactor README and ROADMAP for clarity; update Terraform configurations and remove deprecated variables", + "author": "Your Name", + "timestamp": "2025-09-08T13:08:10.570707" + }, + { + "commit_hash": "94a518393002dd67ec0a178aee46323921889767", + "commit_message": "Refactor README and ROADMAP for clarity; update Terraform configurations and remove deprecated variables", + "author": "Your Name", + "timestamp": "2025-09-10T15:25:49.548237" } ] \ No newline at end of file diff --git a/examples/basic/main.tf b/examples/basic/main.tf index 0929f07..471dfb5 100644 --- a/examples/basic/main.tf +++ b/examples/basic/main.tf @@ -31,8 +31,8 @@ module "eks_deployment" { # Cluster configuration cluster_config = { - account_name = "dev-account" - aws_account_id = "123456789012" + account_name = "csvd-dev-ew" + aws_account_id = "229685449397" environment_abbr = "dev" aws_profile = "default" vpc_name = "dev-vpc"