Skip to content

Commit 31c042f

Browse files
docs: Correct syntax in iam-role example documented on README (#621)
1 parent af34f93 commit 31c042f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/iam-role/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module "iam_oidc_role" {
3737
3838
enable_github_oidc = true
3939
40-
oidc_audience = "https://mygithub.com/<GITHUB_ORG>"
40+
oidc_audiences = ["https://mygithub.com/<GITHUB_ORG>"]
4141
oidc_provider_urls = ["mygithub.com/_services/token"]
4242
4343
# This should be updated to suit your organization, repository, references/branches, etc.

0 commit comments

Comments
 (0)