We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f751c commit e2f68adCopy full SHA for e2f68ad
examples/dedicated-mac-hosts/main.tf
@@ -100,6 +100,6 @@ resource "aws_licensemanager_license_configuration" "mac_dedicated_host_license_
100
license_counting_type = "Socket"
101
102
tags = {
103
- "Name" = each.value.name
+ "Name" = "mac-dedicated-host-license-configuration"
104
}
105
modules/runners/scale-down.tf
@@ -1,6 +1,6 @@
1
locals {
2
# 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,
+ # For an AWS vended AMI with an x86 Mac instance or an Apple silicon Mac instance,
4
# the launch time can range from approximately 6 minutes to 20 minutes.
5
min_runtime_defaults = {
6
"windows" = 15
0 commit comments