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
| aws_home_dir | The AWS AMI home directory to use for your runner. Will not start if not specified. | true ||
7
8
| aws_iam_role | The optional AWS IAM role to assume for provisioning your runner. | false ||
8
9
| aws_image_id | The machine AMI to use for your runner. This AMI can be a default but should have docker installed in the AMI. If set to `latest`, aws_image_name is required | true ||
9
10
| aws_image_name | The name of AMI you want to use, only required if you don't specify `aws_image_id`| false ||
10
11
| aws_instance_type | The type of instance to use for your runner. For example: t2.micro, t4g.nano, etc. Will not start if not specified.| true ||
11
12
| aws_region_name | The AWS region name to use for your runner. Defaults to AWS_REGION | true ||
12
-
| aws_root_device_size | The root device size in GB to use for your runner. | false | The AMI default root disk size |
13
+
| aws_root_device_size | The root device size in GB to use for your runner. | false | The AMI default root disk size |
13
14
| aws_security_group_id | The AWS security group ID to use for your runner. Will use the account default security group if not specified. | false | The default AWS security group |
14
15
| aws_subnet_id | The AWS subnet ID to use for your runner. Will use the account default subnet if not specified. | false | The default AWS subnet ID |
15
16
| aws_tags | The AWS tags to use for your runner, formatted as a JSON list. See `README` for more details. | false ||
0 commit comments