From 1f3b69ad530769ad18b906e9b0400ad833db8113 Mon Sep 17 00:00:00 2001 From: John Skiles Skinner Date: Mon, 8 Apr 2024 15:28:34 -0700 Subject: [PATCH] Note "initial setup" section is outdated --- terraform/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/terraform/README.md b/terraform/README.md index 530920433..4523ff032 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -6,13 +6,15 @@ Prerequisite: install the `jq` JSON processor: `brew install jq` ## Initial setup +These instructions were used for deploying the project for the first time, years ago. We should not have to perfrom these steps again. They are provided here for reference. + 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 - 1. Create a cloud.gov SpaceDeployer by following the instructions under `SpaceDeployers` - 1. Copy SpaceDeployer credentials to your CI/CD secrets using the instructions in the base README + 1. Copy bootstrap credentials to your CI/CD secrets using the instructions in the base README + 1. Create a cloud.gov SpaceDeployer by following the instructions under `SpaceDeployers` + 1. Copy SpaceDeployer credentials to your CI/CD secrets using the instructions in the base README 1. Manually Running Terraform - 1. Follow instructions under `Set up a new environment` to create your infrastructure + 1. Follow instructions under `Set up a new environment` to create your infrastructure ## Terraform State Credentials