From 149f26c2e4a3df815924689ad050278cbee10906 Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Wed, 7 Dec 2022 21:42:58 -0500 Subject: [PATCH] add to terraform instructions --- terraform/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform/README.md b/terraform/README.md index a812b2208..e33cbbab2 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -6,6 +6,7 @@ Prerequisite: install the `jq` JSON processor: `brew install jq` ## Initial setup +1. Get on the GSA VPN (required for reaching cloud.gov API) 1. Manually run the bootstrap module following instructions under `Terraform State Credentials` 1. Setup CI/CD Pipeline to run Terraform 1. Copy bootstrap credentials to your CI/CD secrets using the instructions in the base README @@ -20,6 +21,7 @@ The bootstrap module is used to create an s3 bucket for later terraform runs to ### Bootstrapping the state storage s3 buckets for the first time +1. `cd bootstrap` 1. Run `terraform init` 1. Run `./run.sh plan` to verify that the changes are what you expect 1. Run `./run.sh apply` to set up the bucket and retrieve credentials