From e426402247eac50bd12200cc6dde1f7073ebc2b4 Mon Sep 17 00:00:00 2001 From: John Skiles Skinner Date: Wed, 10 Apr 2024 19:30:05 -0700 Subject: [PATCH] Instruction on switching AWS CLI profiles --- terraform/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/README.md b/terraform/README.md index 0f86112e2..eae17cb15 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -22,6 +22,7 @@ Assuming [initial setup](#initial-setup) is complete — which it should be aws_access_key_id = aws_secret_access_key = ``` +1. Check which AWS profile you are using with `aws configure list`. If needed, use `export AWS_PROFILE=notify-terraform-backend` to change to profile and credentials you just added. These credentials will allow Terraform to access the AWS/Cloud.gov bucket in which developers share Terraform state files.