20610: Changes the default installer config in order to simplify documentation.
[arvados.git] / tools / salt-install / terraform / aws / vpc / variables.tf
index faba8856294063c2f85d4dc286d44f6bc36cf04d..c8d366a199dc435aa078fc13583a40c1df764e62 100644 (file)
@@ -43,10 +43,10 @@ variable "private_ip" {
   description = "Map with every node's private IP address"
   type = map(string)
   default = {
-    controller: "10.1.1.11",
-    workbench: "10.1.1.15",
-    shell: "10.1.2.17",
-    keep0: "10.1.2.13",
+    controller = "10.1.1.11"
+    workbench = "10.1.1.15"
+    shell = "10.1.2.17"
+    keep0 = "10.1.2.13"
   }
 }
 
@@ -54,8 +54,8 @@ variable "dns_aliases" {
   description = "Sets DNS name aliases for every service node"
   type = map(list(string))
   default = {
-    controller: ["ws"]
-    workbench: [
+    workbench = [
+      "ws",
       "workbench2",
       "webshell",
       "keep",