Browse Source
Merge pull request #1396 from doccano/fix/#1372
Remove t2.micro from cloudformation template
pull/1400/head
Hiroki Nakayama
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
template.aws.yaml
|
|
@ -20,7 +20,6 @@ Parameters: |
|
|
|
Type: String |
|
|
|
Default: t2.small |
|
|
|
AllowedValues: |
|
|
|
- t2.micro |
|
|
|
- t2.small |
|
|
|
- t2.medium |
|
|
|
- t2.large |
|
|
|