Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ensure additional_thumbprint validation allows a null value #26

Merged
merged 2 commits into from
Mar 27, 2023

Conversation

Antvirf
Copy link
Contributor

@Antvirf Antvirf commented Mar 27, 2023

Fix issue #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.

@Antvirf Antvirf changed the title fix: ensure additional_thumbprint validation allows a null value as p… fix: ensure additional_thumbprint validation allows a null value Mar 27, 2023
variables.tf Outdated Show resolved Hide resolved
Thanks to @officel for input

Co-authored-by: NISHIMURA Yoshitaka <[email protected]>
@unfunco unfunco merged commit 750f0f6 into unfunco:main Mar 27, 2023
@github-actions github-actions bot mentioned this pull request Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants