20482: Fixes use of var domain_name, it's now used for the Route53 zone.
[arvados.git] / doc / install / salt-multi-host.html.textile.liquid
index 022ec3bb9a9f4c087a9163513d095ea25225b08d..b840b585a294677fd9ac5316c233c44cda77119d 100644 (file)
@@ -102,7 +102,10 @@ Each section described above contain a @terraform.tfvars@ file with some configu
 
 <pre><code>region_name = "us-east-1"
 # cluster_name = "xarv1"
-# domain_name = "example.com"</code></pre>
+# domain_name = "xarv1.example.com"
+
+# Uncomment this to create an non-publicly accessible Arvados cluster
+# private_only = true</code></pre>
 
 If you don't set the variables @vpc/terraform.tfvars@ file, you will be asked to re-enter these parameters every time you run Terraform.