We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b2178 commit b6416b8Copy full SHA for b6416b8
README.md
@@ -24,13 +24,9 @@ The following snippet shows the minimum required configuration to create a
24
working OIDC connection between GitHub Actions and AWS.
25
26
```terraform
27
-provider "aws" {
28
- region = var.region
29
-}
30
-
31
module "oidc_github" {
32
source = "unfunco/oidc-github/aws"
33
- version = "1.7.1"
+ version = "1.8.0"
34
35
github_repositories = [
36
"org/repo",
@@ -54,7 +50,7 @@ jobs:
54
50
runs-on: ubuntu-latest
55
51
steps:
56
52
- name: Configure AWS credentials
57
- uses: aws-actions/configure-aws-credentials@v2
53
+ uses: aws-actions/configure-aws-credentials@v4
58
with:
59
aws-region: ${{ env.AWS_REGION }}
60
role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/github
0 commit comments