diff --git a/cloud/terraform/otc/variables.tf b/cloud/terraform/otc/variables.tf index e4a3a500..cb422e89 100644 --- a/cloud/terraform/otc/variables.tf +++ b/cloud/terraform/otc/variables.tf @@ -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" {