Skip to content

Commit

Permalink
Merge pull request #2 from pavelnikolov/test-tf-change
Browse files Browse the repository at this point in the history
tf change
  • Loading branch information
pavelnikolov authored Jul 25, 2024
2 parents 21f8ff3 + d99bf64 commit d9de2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
id: assume
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
role-session-name: ${{ github.actor }}
aws-region: ${{ secrets.AWS_REGION }}
role-session-name: ${{ github.actor }}
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}

- uses: hashicorp/setup-terraform@v3

Expand Down

0 comments on commit d9de2ec

Please sign in to comment.