You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/runners/variables.tf
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -671,6 +671,14 @@ variable "placement" {
671
671
default=null
672
672
}
673
673
674
+
variable"license_specification" {
675
+
description="The license specifications for the instance. See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#license_specification for details."
676
+
type=object({
677
+
license_configuration_arn =string
678
+
})
679
+
default=null
680
+
}
681
+
674
682
variable"enable_jit_config" {
675
683
description="Overwrite the default behavior for JIT configuration. By default JIT configuration is enabled for ephemeral runners and disabled for non-ephemeral runners. In case of GHES check first if the JIT config API is available. In case you are upgrading from 3.x to 4.x you can set `enable_jit_config` to `false` to avoid a breaking change when having your own AMI."
description="The license specifications for the instance. See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#license_specification for details."
907
+
type=object({
908
+
license_configuration_arn =string
909
+
})
910
+
default=null
911
+
}
912
+
905
913
variable"enable_jit_config" {
906
914
description="Overwrite the default behavior for JIT configuration. By default JIT configuration is enabled for ephemeral runners and disabled for non-ephemeral runners. In case of GHES check first if the JIT config API is available. In case you are upgrading from 3.x to 4.x you can set `enable_jit_config` to `false` to avoid a breaking change when having your own AMI."
0 commit comments