terraform-aws-oidc-github icon indicating copy to clipboard operation
terraform-aws-oidc-github copied to clipboard

Prevent duplicate client_ids records

Open zbmowrey opened this issue 2 years ago • 0 comments

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.

zbmowrey avatar Sep 13 '22 14:09 zbmowrey