Added tfvars for specific geoserver instance (e.g. geoserver-geoportal)

This commit is contained in:
Francesco Mangiacrapa 2023-11-27 17:56:17 +01:00
parent bb068ee17a
commit 5189753454
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@ -18,6 +18,7 @@ crash.*.log
*.tfvars
*.tfvars.json
!*.auto.tfvars
!geoserver*.tfvars
# Ignore override files as they are usually used to override resources locally and so
# are not checked in
override.tf

View File

@ -0,0 +1,12 @@
geoserver_basic = {
name = "geoserver-geoportal"
description = "Geoserver geoportal instance"
flavor = "c1.medium"
}
geoserver_basic_data = {
vol_data_name = "geoserver_data_volume"
vol_data_size = "40"
vol_data_device = "/dev/vdb"
}