X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ab9fdb73256fb57a48aad2161fa022146031f7ca..095e176632bbf81d28a239742a1ecce12404bd2d:/tools/salt-install/terraform/aws/vpc/variables.tf diff --git a/tools/salt-install/terraform/aws/vpc/variables.tf b/tools/salt-install/terraform/aws/vpc/variables.tf index faba885629..c8d366a199 100644 --- a/tools/salt-install/terraform/aws/vpc/variables.tf +++ b/tools/salt-install/terraform/aws/vpc/variables.tf @@ -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",