From cb581f151b310626759846ea24ee4932203ed8b0 Mon Sep 17 00:00:00 2001 From: Benjamin Edwards Date: Mon, 30 Sep 2024 12:35:21 -0400 Subject: [PATCH] =?UTF-8?q?add=20force=5Fdestroy=20option=20to=20athena=20?= =?UTF-8?q?working=20group=20so=20resources=20do=20not=20=E2=80=A6=20(#225?= =?UTF-8?q?05)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit part 2 of 2 for https://github.com/fleetdm/confidential/issues/6747 --- terraform/addons/logging-alb/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform/addons/logging-alb/main.tf b/terraform/addons/logging-alb/main.tf index 632d04fb6e..58437a12fb 100644 --- a/terraform/addons/logging-alb/main.tf +++ b/terraform/addons/logging-alb/main.tf @@ -250,4 +250,6 @@ resource "aws_athena_workgroup" "logs" { } } } + + force_destroy = true }