Skip to content

Commit e1a3c6e

Browse files
committed
[NRL-1739] Add max errors and max concurrency to patch task
1 parent 1aef75e commit e1a3c6e

File tree

1 file changed

+2
-0
lines changed
  • terraform/account-wide-infrastructure/modules/powerbi-gw-ec2

1 file changed

+2
-0
lines changed

terraform/account-wide-infrastructure/modules/powerbi-gw-ec2/ec2.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ resource "aws_ssm_maintenance_window_task" "patch_task" {
4343
task_type = "RUN_COMMAND"
4444
task_arn = "AWS-RunPatchBaseline"
4545
priority = 1
46+
max_concurrency = 1
47+
max_errors = 1
4648
service_role_arn = aws_iam_role.maintenance_window_role.arn
4749

4850
targets {

0 commit comments

Comments
 (0)