Skip to content

Commit

Permalink
Update EKS cluster configuration with new account details
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 10, 2025
1 parent 94a5183 commit bf499a0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions examples/basic/.terraform_commits
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
4 changes: 2 additions & 2 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bf499a0

Please sign in to comment.