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.
iam-role
1 parent af34f93 commit 31c042fCopy full SHA for 31c042f
modules/iam-role/README.md
@@ -37,7 +37,7 @@ module "iam_oidc_role" {
37
38
enable_github_oidc = true
39
40
- oidc_audience = "https://mygithub.com/<GITHUB_ORG>"
+ oidc_audiences = ["https://mygithub.com/<GITHUB_ORG>"]
41
oidc_provider_urls = ["mygithub.com/_services/token"]
42
43
# This should be updated to suit your organization, repository, references/branches, etc.
0 commit comments