Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rfairburn committed Sep 12, 2023
1 parent 1d56500 commit da97616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/dogfood/terraform/aws-tf-module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module "main" {
target_group_index = 0
}]
conditions = [{
path_patterns = ["/api/*/fleet/device/*/migrate_mdm", "/api/*/fleet/device/*/rotate_encryption_key", "/api/*/fleet/device/*/debug/errors" "/api/*/fleet/device/*/debug/desktop"]
path_patterns = ["/api/*/fleet/device/*/migrate_mdm", "/api/*/fleet/device/*/rotate_encryption_key", "/api/*/fleet/device/*/debug/errors", "/api/*/fleet/device/*/debug/desktop"]
}]
}]
}
Expand Down

0 comments on commit da97616

Please sign in to comment.