Skip to content

Commit

Permalink
patch module test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavmoj committed Jul 15, 2024
1 parent 835854d commit c56184f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/hmpps-domain-services/patch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module "test-2a" {
application_name = local.application_name
approval_days = "0"
patch_schedule = "cron(0 21 ? * TUE#2 *)" # 2nd Tues @ 9pm
operating_system = "WINDOWS"
operating_system = "WINDOWS"
suffix = "-win"
patch_tag = "eu-west-2a"
patch_classification = ["SecurityUpdates", "CriticalUpdates"]
patch_classification = ["SecurityUpdates", "CriticalUpdates"]
severity = ["Critical", "Important"]
product = ["WindowsServer2022"]

Expand Down

0 comments on commit c56184f

Please sign in to comment.