Skip to content

Commit

Permalink
s3 is more than i want to add now
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 2, 2025
1 parent 95f192a commit 108e31e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@ module "cluster" {
service_account_role_arn = module.efs_csi_irsa_role.iam_role_arn
}
aws-guardduty-agent = {
most_recent = true
service_account_role_arn = module.guardduty_agent_irsa_role.iam_role_arn
}
aws-mountpoint-s3-csi-driver = {
most_recent = true
service_account_role_arn = module.mountpoint_s3_csi_driver_irsa_role.iam_role_arn
most_recent = true
}
coredns = {
most_recent = true
Expand All @@ -76,7 +71,8 @@ module "cluster" {
most_recent = true
}
eks-pod-identity-agent = {
most_recent = true
most_recent = true
before_compute = true
}
kube-proxy = {
most_recent = true
Expand All @@ -96,6 +92,7 @@ module "cluster" {
vpc-cni = {
most_recent = true
service_account_role_arn = module.vpc_cni_irsa_role.iam_role_arn
before_compute = true
}
}

Expand Down

0 comments on commit 108e31e

Please sign in to comment.