diff --git a/cloud/terraform/aws/variables.tf b/cloud/terraform/aws/variables.tf index a40c3eb2..6b4ff656 100644 --- a/cloud/terraform/aws/variables.tf +++ b/cloud/terraform/aws/variables.tf @@ -74,7 +74,7 @@ variable "linux_password" { ## These will go in the generated tpot.conf file ## variable "tpot_flavor" { default = "STANDARD" - description = "Specify your tpot flavor [STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN, MEDICAL]" + description = "Specify your tpot flavor [STANDARD, HIVE, HIVE_SENSOR, INDUSTRIAL, LOG4J, MEDICAL, MINI, SENSOR]" } variable "web_user" { diff --git a/cloud/terraform/aws_multi_region/modules/multi-region/variables.tf b/cloud/terraform/aws_multi_region/modules/multi-region/variables.tf index 871f2937..26a31b66 100644 --- a/cloud/terraform/aws_multi_region/modules/multi-region/variables.tf +++ b/cloud/terraform/aws_multi_region/modules/multi-region/variables.tf @@ -48,7 +48,7 @@ variable "timezone" { ## These will go in the generated tpot.conf file ## variable "tpot_flavor" { default = "STANDARD" - description = "Specify your tpot flavor [STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN, MEDICAL]" + description = "Specify your tpot flavor [STANDARD, HIVE, HIVE_SENSOR, INDUSTRIAL, LOG4J, MEDICAL, MINI, SENSOR]" } variable "web_user" { diff --git a/cloud/terraform/otc/variables.tf b/cloud/terraform/otc/variables.tf index e70c89eb..384ea00e 100644 --- a/cloud/terraform/otc/variables.tf +++ b/cloud/terraform/otc/variables.tf @@ -79,7 +79,7 @@ variable "eip_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, MEDICAL]" + description = "Specify your tpot flavor [STANDARD, HIVE, HIVE_SENSOR, INDUSTRIAL, LOG4J, MEDICAL, MINI, SENSOR]" } variable "web_user" { diff --git a/iso/installer/tpot.conf.dist b/iso/installer/tpot.conf.dist index 2ca11736..ef4a304f 100644 --- a/iso/installer/tpot.conf.dist +++ b/iso/installer/tpot.conf.dist @@ -1,5 +1,5 @@ # tpot configuration file -# myCONF_TPOT_FLAVOR=[STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN, MEDICAL] +# myCONF_TPOT_FLAVOR=[STANDARD, HIVE, HIVE_SENSOR, INDUSTRIAL, LOG4J, MEDICAL, MINI, SENSOR] myCONF_TPOT_FLAVOR='STANDARD' myCONF_WEB_USER='webuser' myCONF_WEB_PW='w3b$ecret'