Update app/config/runtimes/enum.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Bradley Schofield 2024-07-16 19:41:47 +09:00 committed by GitHub
parent 372ad6ce43
commit 740da0342f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,6 @@ enum Sizes: string
{
case S_1VCPU_512MB = 's-1vcpu-512mb';
case S_1VCPU_1GB = 's-1vcpu-1gb';
case S_2VCPU_1GB = 's-2vcpu-1gb';
case S_2VCPU_2GB = 's-2vcpu-2gb';
case S_2VCPU_4GB = 's-2vcpu-4gb';
}