Skip to content

Commit

Permalink
Updated secrets name
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 28, 2024
1 parent a9d92d2 commit 33f0dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.BOOTSTRAP_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.BOOTSTRAP_AWS_SECRET_ACCESS_KEY }}
aws-access-key-id: ${{ secrets.BOOTSTRAP_AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.BOOTSTRAP_AWS_ACCESS_SECRET }}
aws-region: ${{ vars.AWS_REGION }}

- name: Setup Terraform
Expand Down
1 change: 0 additions & 1 deletion environments/staging-and-prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ terraform {
}

// TODO
// Simplify module structure (remove iam/ and resource/ folders)
// Setup and test staging environment
// Set up a separate aws account for storing artifacts
// Create a script merging iam policies together
Expand Down

0 comments on commit 33f0dce

Please sign in to comment.