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
description="Warning for deprecated variables usage. These variables will be removed in a future release. Please migrate to using the consolidated 'ami' object in each runner configuration."
73
-
value=join("", [
74
-
forkey, runner_configinvar.multi_runner_config: (
75
-
join("", [
76
-
# Show object migration warning only when ami is null and old variables are used
"DEPRECATION WARNING: Runner '${key}' is using deprecated AMI variables (ami_filter, ami_owners, ami_kms_key_arn). These variables will be removed in a future version. Please migrate to using the consolidated 'ami' object.\n":""
82
-
) :"",
83
-
# Always show warning for ami_id_ssm_parameter_name to migrate to ami_id_ssm_parameter_arn
runner_architecture: "The platform architecture of the runner instance_type."
184
179
runner_metadata_options: "(Optional) Metadata options for the ec2 runner instances."
185
180
ami: "(Optional) AMI configuration for the action runner instances. This object allows you to specify all AMI-related settings in one place."
186
-
ami_filter: "(Optional) List of maps used to create the AMI filter for the action runner AMI. By default amazon linux 2 is used."
187
-
ami_owners: "(Optional) The list of owners used to select the AMI of action runner instances."
188
181
create_service_linked_role_spot: (Optional) create the serviced linked role for spot instances that is required by the scale-up lambda.
189
182
credit_specification: "(Optional) The credit specification of the runner instance_type. Can be unset, `standard` or `unlimited`.
190
183
delay_webhook_event: "The number of seconds the event accepted by the webhook is invisible on the queue before the scale up lambda will receive the event."
0 commit comments