From 28e30459ba9035c87683b75c3b251774a686117b Mon Sep 17 00:00:00 2001 From: Henrique Matulis Date: Fri, 2 Aug 2024 14:49:23 -0400 Subject: [PATCH] Change min_wait_duration to 0 --- modules/ops-agent-policy/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ops-agent-policy/main.tf b/modules/ops-agent-policy/main.tf index 4b26e41..4726055 100644 --- a/modules/ops-agent-policy/main.tf +++ b/modules/ops-agent-policy/main.tf @@ -338,7 +338,7 @@ resource "google_os_config_os_policy_assignment" "ops_agent_policy" { disruption_budget { percent = 100 } - min_wait_duration = "3s" + min_wait_duration = "0s" } description = "Cloud Ops Policy Assignment via Terraform" project = var.project