-
Notifications
You must be signed in to change notification settings - Fork 11
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
Parameter validation #202
Comments
It looks like you've merged my PR into a release for part of this area. Are you wanting to keep this open until AWS parameter types are validated too? (I'd made a start on it but got busy) |
@dhutchison I think we can keep it open since its not fully implemented, but we have a link to the PR and your comment so we have the history =) I wasn't thinking about all these different areas of validation though, your PR covered what I had originally expected fro the feature. |
It looks like there are actually 2 types of parameters still to handle:
|
I think this one can now be closed now #274 is handled. Unless there are any other validations you think are missing? |
The template should provide some kinda parameter validation. Like checking if a given regex is followed or if a value is allowed via the allowed values.
The text was updated successfully, but these errors were encountered: