unfunco / terraform-aws-oidc-github

Terraform module to configure GitHub Actions as an IAM OIDC identity provider in AWS.
https://registry.terraform.io/modules/unfunco/oidc-github/aws/latest
Apache License 2.0
91 stars 51 forks source link

Add the ARN of the OIDC provider as output #38

Closed mads-hartmann closed 8 months ago

mads-hartmann commented 8 months ago

In my case I want to allow additional roles to be assumed. To do that I create a new role and specify in the trust policy that the provider can assume it. For that I need the ARN of the provider :)

I have tested this change by loading my fork of the module and using the new output

unfunco commented 8 months ago

Hey @mads-hartmann – this is now released in v1.7.0 – thanks again!

mads-hartmann commented 8 months ago

@unfunco awesome, thanks!