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
* make ec2 volume size configurable
* Adding option in README
* Size to number and root as block device
---------
Co-authored-by: LeoDiazL <[email protected]>
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
@@ -159,6 +159,7 @@ The following inputs can be used as `step.with` keys
159
159
|`aws_ami_id`| String | AWS AMI ID. Will default to latest Ubuntu 22.04 server image (HVM). Accepts `ami-###` values. |
160
160
|`ec2_instance_profile`| String | The AWS IAM instance profile to use for the EC2 instance. Default is `${GITHUB_ORG_NAME}-${GITHUB_REPO_NAME}-${GITHUB_BRANCH_NAME}`|
161
161
|`ec2_instance_type`| String | The AWS IAM instance type to use. Default is `t2.small`. See [this list](https://aws.amazon.com/ec2/instance-types/) for reference. |
162
+
|`ec2_volume_size`| Integer | The size of the volume (in GB) on the AWS Instance. |
162
163
|`create_keypair_sm_entry`| Boolean | Generates and manage a secret manager entry that contains the public and private keys created for the ec2 instance. |
0 commit comments