Update variables.tf

- Update flavor to newest s3 generation
- Update to latest OTC Debian 10 image
- Add MEDICAL
This commit is contained in:
Sebastian Haderecker 2021-02-04 22:08:22 +01:00 committed by GitHub
parent 4e8a1e8ea9
commit da81f12877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ variable "availability_zone" {
}
variable "flavor" {
default = "s2.medium.8"
default = "s3.medium.8"
description = "Select a compute flavor"
}
@ -50,7 +50,7 @@ variable "key_pair" {
}
variable "image_id" {
default = "fb7b0c9c-8b20-4e3f-832c-ea38c981c282"
default = "cf471250-a755-4df8-8c42-6faa5a224ea0"
description = "Select a Debian 10 base image id"
}
@ -62,7 +62,7 @@ variable "volume_size" {
# These will go in the generated tpot.conf file
variable "tpot_flavor" {
default = "STANDARD"
description = "Specify your tpot flavor [STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN]"
description = "Specify your tpot flavor [STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN, MEDICAL]"
}
variable "web_user" {