mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
update editions
This commit is contained in:
parent
2b61f3da56
commit
cf11a3bd91
4 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@ variable "linux_password" {
|
||||||
## These will go in the generated tpot.conf file ##
|
## These will go in the generated tpot.conf file ##
|
||||||
variable "tpot_flavor" {
|
variable "tpot_flavor" {
|
||||||
default = "STANDARD"
|
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" {
|
variable "web_user" {
|
||||||
|
|
|
@ -48,7 +48,7 @@ variable "timezone" {
|
||||||
## These will go in the generated tpot.conf file ##
|
## These will go in the generated tpot.conf file ##
|
||||||
variable "tpot_flavor" {
|
variable "tpot_flavor" {
|
||||||
default = "STANDARD"
|
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" {
|
variable "web_user" {
|
||||||
|
|
|
@ -79,7 +79,7 @@ variable "eip_size" {
|
||||||
## These will go in the generated tpot.conf file ##
|
## These will go in the generated tpot.conf file ##
|
||||||
variable "tpot_flavor" {
|
variable "tpot_flavor" {
|
||||||
default = "STANDARD"
|
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" {
|
variable "web_user" {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# tpot configuration file
|
# 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_TPOT_FLAVOR='STANDARD'
|
||||||
myCONF_WEB_USER='webuser'
|
myCONF_WEB_USER='webuser'
|
||||||
myCONF_WEB_PW='w3b$ecret'
|
myCONF_WEB_PW='w3b$ecret'
|
||||||
|
|
Loading…
Reference in a new issue