Skip to content

Commit a534617

Browse files
committed
docs: add root disk size info
1 parent 802282a commit a534617

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This repository contains the code to start a GitHub Actions runner on an AWS EC2
88
| 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 | |
99
| 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 | |
1010
| 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 |
1112
| 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 |
1213
| 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 |
1314
| aws_tags | The AWS tags to use for your runner, formatted as a JSON list. See `README` for more details. | false | |

0 commit comments

Comments
 (0)