Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Nov 13, 2024
1 parent 9339c20 commit 77ecf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cijenkinsio-agents-2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "cijenkinsio-agents-2" {
cluster_version = "1.29"
create_iam_role = true

# 2 AZs are mandatory for EKS
# 2 AZs are mandatory for EKS https://docs.aws.amazon.com/eks/latest/userguide/network-reqs.html#network-requirements-subnets
subnet_ids = slice(module.vpc.private_subnets, 2, 4)
# Required to allow EKS service accounts to authenticate to AWS API through OIDC (and assume IAM roles)
# useful for autoscaler, EKS addons and any AWS APi usage
Expand Down

0 comments on commit 77ecf87

Please sign in to comment.