From 2f5facd04b9f8fc6f4e3b187d8d2e58b21d9d30f Mon Sep 17 00:00:00 2001 From: Markus Maga Date: Fri, 12 Aug 2022 23:08:12 +0200 Subject: [PATCH] chore: fix readme example (#25) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c71f6e8..596591d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ Nest you ca pass the output the one or multiple instances of the module. module "oidc_repo_s3" { source = "github.com/philips-labs/terraform-aws-github-oidc?ref=" - openid_connect_provider_arn = module.oidc_provider. repo = var.repo_s3 + openid_connect_provider_arn = module.oidc_provider.openid_connect_provider.arn + repo = var.repo_s3 role_name = "repo-s3" # optional