Default flavor for geoserver.

This commit is contained in:
Andrea Dell'Amico 2023-12-01 14:25:54 +01:00
parent 0c9f46f9bb
commit f771b207fe
Signed by untrusted user: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ variable "geoserver_basic" {
default = {
name = "geoserver"
description = "Geoserver instance"
flavor = "c1.medium"
flavor = "m1.medium"
}
}