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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This repository contains the code to start a GitHub Actions runner on an AWS EC2
8
8
| 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. | true ||
9
9
| 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 ||
10
10
| aws_region_name | The AWS region name to use for your runner. Defaults to AWS_REGION | true ||
11
+
| aws_root_device_size | The root device size in GB to use for your runner. | false | The AMI default root disk size |
11
12
| 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 |
12
13
| 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 |
13
14
| aws_tags | The AWS tags to use for your runner, formatted as a JSON list. See `README` for more details. | false ||
0 commit comments