19215: Move the note about installing Terraform CLI
authorPeter Amstutz <peter.amstutz@curii.com>
Thu, 1 Dec 2022 16:40:30 +0000 (11:40 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Thu, 1 Dec 2022 16:40:30 +0000 (11:40 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

doc/_includes/_download_installer.liquid
doc/install/salt-multi-host.html.textile.liquid

index 31c3f4362e715c862a82235c5c7eef946b336907..7d401bb8f268d890da9d4430265e47a069ed8aba 100644 (file)
@@ -28,6 +28,8 @@ Important!  Once you have initialized the installer directory, all further comma
 
 h3. Using Terraform (AWS specific)
 
+If you are going to use Terraform to set up the infrastructure on AWS, you first need to install the "Terraform CLI":https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli tool installed on your computer, as well as the "AWS CLI":https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html tool.  Then you can initialize the installer.
+
 <notextile>
 <pre><code>CLUSTER=xarv1
 ./installer.sh initialize ~/setup-arvados-${CLUSTER} {{local_params_src}} {{config_examples_src}} {{terraform_src}}
index 98f69da4aa1f840b19518747bdb3fe2590ebb1b2..8c52635e3669c913b87e0a8c28c7873d0045844d 100644 (file)
@@ -65,10 +65,6 @@ In the default configuration these are:
 
 For more information, see "DNS entries and TLS certificates":install-manual-prerequisites.html#dnstls.
 
-h3. Install Terraform and AWS CLI (AWS specific)
-
-If you are going to use Terraform to set up the infrastructure on AWS, you will need to install the "Terraform CLI":https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli tool installed on your computer, as well as the "AWS CLI":https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html tool.
-
 h2(#download). Download the installer
 
 {% assign local_params_src = 'multiple_hosts' %}