add force_destroy option to athena working group so resources do not … (#22505)

part 2 of 2 for https://github.com/fleetdm/confidential/issues/6747
This commit is contained in:
Benjamin Edwards
2024-09-30 12:35:21 -04:00
committed by GitHub
parent 98c0bd8d12
commit cb581f151b
+2
View File
@@ -250,4 +250,6 @@ resource "aws_athena_workgroup" "logs" {
}
}
}
force_destroy = true
}