Skip to content

Commit

Permalink
Merge branch 'main' of github.e.it.census.gov:SCT-Engineering/templat…
Browse files Browse the repository at this point in the history
…e-eks-cluster
  • Loading branch information
Your Name committed Jun 26, 2025
2 parents 805dab6 + 3f7c6d3 commit e562a5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
File renamed without changes.
8 changes: 5 additions & 3 deletions ansible/generate_hcl_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,18 @@
vpc_domain_name: "{{ config.vpc.vpc_domain_name | default('') }}"

# Cluster template variables
cluster_endpoint_public_access: "{{ config.cluster.cluster_endpoint_public_access | default(false) }}"
cluster_name: "{{ config.cluster.cluster_name | default('') }}"
cluster_mailing_list: "{{ config.cluster.cluster_mailing_list | default('') }}"
eks_instance_disk_size: "{{ config.cluster.eks_instance_disk_size | default(0) }}"
eks_ng_desired_size: "{{ config.cluster.eks_ng_desired_size | default(0) }}"
eks_ng_max_size: "{{ config.cluster.eks_ng_max_size | default(0) }}"
eks_ng_min_size: "{{ config.cluster.eks_ng_min_size | default(0) }}"
enable_cluster_creator_admin_permissions: "{{ config.cluster.enable_cluster_creator_admin_permissions | default(false) }}"
organization: "{{ config.cluster.organization | default('') }}"
finops_project_name: "{{ config.cluster.finops_project_name | default('') }}"
finops_project_number: "{{ config.cluster.finops_project_number | default('') }}"
finops_project_role: "{{ config.cluster.finops_project_role | default('') }}"
tags: "{{ config.cluster.tags | default({}) }}"

module_enablement_overrides: "{{ config.cluster.module_enablement_overrides | default({}) }}"
# README template variables
generated_date: "{{ ansible_date_time.iso8601 }}"

Expand Down

0 comments on commit e562a5b

Please sign in to comment.