From da81f1287792adab632993377532bcd26c737ce7 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Thu, 4 Feb 2021 22:08:22 +0100 Subject: [PATCH] Update variables.tf - Update flavor to newest s3 generation - Update to latest OTC Debian 10 image - Add MEDICAL --- cloud/terraform/otc/variables.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" {