-
Notifications
You must be signed in to change notification settings - Fork 181
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
Amazon-AWS-EC2-Tags-Create-Tag #727
Conversation
Signed-off-by: Mihail-Cristian Tusa <[email protected]>
Signed-off-by: Mihail-Cristian Tusa <[email protected]>
@Bonczidai Please review it! |
- proxy_host: | ||
required: false | ||
- proxyHost: | ||
default: ${get("proxy_host", "")} |
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.
since empty string does not pass required check, this is error prone - please check and add required: false
-- please also open an issue in content to update all the places where we use this pattern + an issue in the language repo to update the corresponding unit test with this case
👍 take a look on the comment |
Signed-off-by: Mihail-Cristian Tusa <[email protected]>
@Bonczidai I opened: #728 for content repo and CloudSlang/score#116 for score repo and added required: false where needed. Please review it! |
👍 |
closes #693