Skip to content

Commit

Permalink
Add rollout option to osconfig patch deployment fixes hashicorp/terra…
Browse files Browse the repository at this point in the history
…form-provider-google#7124 (#3919)

* Add rollout option to osconfig patch deployment

* Add test

* Set properties to required and correctly specify exactly one of

* Fix typos

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Sep 1, 2020
1 parent 3657e51 commit c28cbf6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions os_config_patch_deployment_full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ resource "google_os_config_patch_deployment" "patch" {
}
}
}

rollout {
mode = "ZONE_BY_ZONE"
disruption_budget {
fixed = 1
}
}
}

0 comments on commit c28cbf6

Please sign in to comment.