Skip to content

Commit

Permalink
chore: Update version numbers in the README (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
unfunco authored Apr 22, 2024
1 parent c0b2178 commit b6416b8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@ The following snippet shows the minimum required configuration to create a
working OIDC connection between GitHub Actions and AWS.

```terraform
provider "aws" {
region = var.region
}
module "oidc_github" {
source = "unfunco/oidc-github/aws"
version = "1.7.1"
version = "1.8.0"
github_repositories = [
"org/repo",
Expand All @@ -54,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ env.AWS_REGION }}
role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/github
Expand Down

0 comments on commit b6416b8

Please sign in to comment.