X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/92e7c012e250f689e13ef249fc76134fcc5df393..34a5530a0844fb66270e54f4e53fb7179746a0c0:/tools/salt-install/terraform/aws/vpc/variables.tf?ds=sidebyside 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",