Skip to content

Commit e2f68ad

Browse files
fix: fix github copilot findings
1 parent f7f751c commit e2f68ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/dedicated-mac-hosts/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ resource "aws_licensemanager_license_configuration" "mac_dedicated_host_license_
100100
license_counting_type = "Socket"
101101

102102
tags = {
103-
"Name" = each.value.name
103+
"Name" = "mac-dedicated-host-license-configuration"
104104
}
105105
}

modules/runners/scale-down.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
locals {
22
# Windows Runners can take their sweet time to do anything
3-
# For an AWS vended AMI with a x86 Mac instance or a Apple silicon Mac instance,
3+
# For an AWS vended AMI with an x86 Mac instance or an Apple silicon Mac instance,
44
# the launch time can range from approximately 6 minutes to 20 minutes.
55
min_runtime_defaults = {
66
"windows" = 15

0 commit comments

Comments
 (0)