mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 21:12:11 +00:00
Update variables.tf
- Update flavor to newest s3 generation - Update to latest OTC Debian 10 image - Add MEDICAL
This commit is contained in:
parent
4e8a1e8ea9
commit
da81f12877
1 changed files with 3 additions and 3 deletions
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue