Skip to content

Commit

Permalink
Change min_wait_duration to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsmatulisgoogle committed Aug 2, 2024
1 parent 9fa2f6b commit 28e3045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ops-agent-policy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28e3045

Please sign in to comment.