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 350f971 commit 4dfabd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/hmpps-domain-services/patch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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"]
Expand Down

0 comments on commit 4dfabd9

Please sign in to comment.