Minimal example for this module can't be executed as the validation of additional_thumbprints fails as the input (for which the default is null) cannot be null.
This change only applies the validation on thumbprint length if the provided input is non-null, fixing the issue.
Fix issue https://github.com/unfunco/terraform-aws-oidc-github/issues/25
Minimal example for this module can't be executed as the validation of
additional_thumbprints
fails as the input (for which the default is null) cannot be null.This change only applies the validation on thumbprint length if the provided input is non-null, fixing the issue.