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
@@ -659,6 +659,14 @@ variable "placement" {
659
659
default=null
660
660
}
661
661
662
+
variable"license_specification" {
663
+
description="The license specifications for the instance. See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#license_specification for details."
664
+
type=object({
665
+
license_configuration_arn =string
666
+
})
667
+
default=null
668
+
}
669
+
662
670
variable"enable_jit_config" {
663
671
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."
895
+
type=object({
896
+
license_configuration_arn =string
897
+
})
898
+
default=null
899
+
}
900
+
893
901
variable"enable_jit_config" {
894
902
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