Skip to content

Commit

Permalink
Update ospatch's windows update classification field to be an array. …
Browse files Browse the repository at this point in the history
…(#3823) (#70)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 5, 2020
1 parent 6f125dd commit 88d6f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_config_patch_deployment_full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "google_os_config_patch_deployment" "patch" {
}

windows_update {
exclusive_patches = ["KB4339284"]
classifications = ["CRITICAL", "SECURITY", "UPDATE"]
}

pre_step {
Expand Down

0 comments on commit 88d6f8e

Please sign in to comment.