784664313f
Signed-off-by: joaogac <joaogac@amazon.com>
20 lines
800 B
HCL
20 lines
800 B
HCL
vpc_name = "hub-cluster"
|
|
kubernetes_version = "1.34"
|
|
cluster_name = "hub-cluster"
|
|
tenant = "tenant1"
|
|
|
|
git_org_name = "gitadmin" # update this if you want to customize the gitops configurations
|
|
|
|
gitops_addons_repo_name = "eks-cluster-mgmt"
|
|
gitops_addons_repo_base_path = "addons/"
|
|
gitops_addons_repo_path = "bootstrap"
|
|
gitops_addons_repo_revision = "main"
|
|
|
|
gitops_fleet_repo_name = "eks-cluster-mgmt"
|
|
gitops_fleet_repo_base_path = "fleet/"
|
|
gitops_fleet_repo_path = "bootstrap"
|
|
gitops_fleet_repo_revision = "main"
|
|
|
|
# AWS Accounts used for demo purposes (cluster1 cluster2)
|
|
account_ids = "577638363061" # update this with your spoke aws accounts ids
|