From 969ae1510fc5bdd3103341c84d7a89527630c511 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 2 Oct 2025 17:51:12 -0400 Subject: [PATCH] fmt --- main.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.tf b/main.tf index 489b400..7c9c504 100644 --- a/main.tf +++ b/main.tf @@ -64,6 +64,9 @@ module "cluster" { aws-guardduty-agent = { most_recent = true } + cert-manager = { + most_recent = true + } coredns = { most_recent = true }