-
Notifications
You must be signed in to change notification settings - Fork 17
fix: updated dns zone name validation logic #918
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
Conversation
|
/run pipeline |
|
/run pipeline |
|
Once this is merged and a new release is created, then make sure to bump SLZ as well, otherwise, all the SLZ PRs will fail until renovate bump them over the weekend. |
|
/run pipeline |
ocofaigh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole point of moving to 1.9 was so you can use cross variable referencing validation, but it seems you did not add any? You need to add validation to ensure that dns_zone_name is not null when user has set enable_hub to true and skip_custom_resolver_hub_creation to flase
I remember the suggestion you told but I thought we will be tackling all cross reference variables in a separate issue. I added one another condition for |
|
/run pipeline |
|
/run pipeline |
|
/run pipeline |
|
🎉 This PR is included in version 7.20.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
There was a small bug in the validation logic where the dns zone name was not expecting any null value. This was seen when consumed this module as an optional value in landing zone.
Issue - 919
Release required?
x.x.X)x.X.x)X.x.x)Release notes content
1.9.0Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers