From e73d5a4577b94c1fd3b25a88089242334be15612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Falconnier?= Date: Tue, 9 Jul 2024 13:58:48 -0400 Subject: [PATCH] Update santa_configurations.tf --- santa_configurations.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/santa_configurations.tf b/santa_configurations.tf index c97ae8e..2769371 100644 --- a/santa_configurations.tf +++ b/santa_configurations.tf @@ -1,5 +1,5 @@ resource "zentral_santa_configuration" "default" { - name = "🎅 Weird" + name = "Weird" client_mode = "MONITOR" enable_bundles = true }