From 48aa72e3fc9567f996ee1d6c0e467dbfda9cc203 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 2 Oct 2025 18:15:23 -0400 Subject: [PATCH] no guardduty --- main.tf | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.tf b/main.tf index 7c9c504..67c4b41 100644 --- a/main.tf +++ b/main.tf @@ -61,9 +61,6 @@ module "cluster" { most_recent = true service_account_role_arn = module.efs_csi_irsa_role.iam_role_arn } - aws-guardduty-agent = { - most_recent = true - } cert-manager = { most_recent = true }