Skip to content

Commit

Permalink
aws
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Kendal committed Jan 31, 2024
1 parent 23c40a4 commit 21f8e65
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ jobs:
- name: Set environment variable for dev deployment
run: echo "TF_VAR_environment=dev" >> $GITHUB_ENV

- name: AWS access
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::603042156394:role/_github_actions
role-session-name: stumblefunk-session
aws-region: eu-west-1
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::603042156394:role/_github_actions
aws-region: eu-west-1

- name: Run Terragrunt
run: terragrunt apply -auto-approve
Expand Down

0 comments on commit 21f8e65

Please sign in to comment.