Skip to content

Commit

Permalink
fix: namespace initial nodegroups
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Apr 17, 2024
1 parent ec7314c commit 7029c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/foundation-stack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module "eks" {
# }]
kms_key_administrators = concat(var.stack_admin_arns, [var.stack_ci_admin_arn, var.stack_ci_ro_arn])
eks_managed_node_groups = {
initial = {
"initial-${var.stack_name}" = {
iam_role_use_name_prefix = false
instance_types = ["t3a.medium"]
min_size = 2
Expand Down

0 comments on commit 7029c19

Please sign in to comment.