You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform/environments/prod/eks.tf
+45-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ module "eks" {
77
77
coredns = {
78
78
most_recent =true
79
79
configuration_values =jsonencode({
80
-
computeType ="Fargate",
80
+
computeType ="Fargate",
81
81
replicaCount =1,
82
82
})
83
83
}
@@ -113,8 +113,32 @@ module "eks" {
113
113
}
114
114
}
115
115
fargate_profile_defaults={
116
+
create_iam_role =true# This is the Pod Exection role (https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html) used by fargate agent, not pod inside fargate
0 commit comments