terraform-aws-oidc-github
terraform-aws-oidc-github copied to clipboard
Prevent duplicate client_ids records
If a user adds a number of repository references from the same Org, the module would add a new client_id record for the org for each repository reference. This resolves that concern by ensuring that the client_ids list always consists of distinct records.