From aec0761580aa5eba4d284bbd9d8ce215b8822809 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Thu, 15 Apr 2021 14:59:03 +0200 Subject: [PATCH] TF: More formatting --- cloud/terraform/otc/variables.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cloud/terraform/otc/variables.tf b/cloud/terraform/otc/variables.tf index 47e0df5b..0c62edbf 100644 --- a/cloud/terraform/otc/variables.tf +++ b/cloud/terraform/otc/variables.tf @@ -35,12 +35,12 @@ variable "ecs_prefix" { # ECS configuration variable "availability_zone" { - default = "eu-de-03" + default = "eu-de-03" description = "Select an availability zone" } variable "flavor" { - default = "s3.medium.8" + default = "s3.medium.8" description = "Select a compute flavor" } @@ -50,18 +50,18 @@ variable "key_pair" { } variable "volume_size" { - default = "128" + default = "128" description = "Set the volume size" } # These will go in the generated tpot.conf file variable "tpot_flavor" { - default = "STANDARD" + default = "STANDARD" description = "Specify your tpot flavor [STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN, MEDICAL]" } variable "web_user" { - default = "webuser" + default = "webuser" description = "Set a username for the web user" }