Skip to content

Commit

Permalink
gi -> gigabyte
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Aug 26, 2024
1 parent 03ac130 commit 9484e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/aws/template-variables.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export AWS_CREATE_BASTION= # e.g. "true"
export AWS_PUBLIC_IP= # e.g. "true"
export AWS_CONTROL_PLANE_INSTANCE_TYPE= # e.g. "t3.large"
export AWS_NODE_INSTANCE_TYPE= # e.g. "t3.large"
export AWS_CONTROL_PLANE_ROOT_VOLUME_SIZE= # in Gi, e.g. 16
export AWS_NODE_ROOT_VOLUME_SIZE= # in Gi, e.g. 16
export AWS_CONTROL_PLANE_ROOT_VOLUME_SIZE= # in Gigabyte, e.g. 16
export AWS_NODE_ROOT_VOLUME_SIZE= # in Gigabyte, e.g. 16
export AWS_SSH_KEY_NAME= # e.g. "default"
export AWS_AMI_ID= # e.g. "ami-0ad50e72a79228704"

Expand Down

0 comments on commit 9484e06

Please sign in to comment.