Skip to content

Commit

Permalink
fix: disable gradual rollout (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsmatulisgoogle authored Aug 2, 2024
1 parent 2316ce8 commit 6adc018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ops-agent-policy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ resource "google_os_config_os_policy_assignment" "ops_agent_policy" {
}
rollout {
disruption_budget {
percent = 10
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 6adc018

Please sign in to comment.