You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing a phenomenon where source code that is recognized as "String" when deployed in the CloudFormation console is mistakenly converted to "Boolean" when deployed by rain.
Below I paste a capture of the execution result in console and in rain.
console
rain
Is this the expected behavior?
It appears that the double quotes have been removed for other properties except the FlexibleTimeWindow property too. (ex: Description property)
Unless this problem is resolved, templates that specify parameters with strings that can be Boolean will not be deployable.
The text was updated successfully, but these errors were encountered:
@ericzbeard The issue is more subtle. If stripping quotes from a string like "ON" transforms it into a YAML boolean, I don't think Rain should strip them, even if it would normally do so. Changing a data type is certainly unexpected behaviour I would suggest.
I am experiencing a phenomenon where source code that is recognized as "String" when deployed in the CloudFormation console is mistakenly converted to "Boolean" when deployed by rain.
For example, the following source code.
Below I paste a capture of the execution result in console and in rain.
console
rain
Is this the expected behavior?
It appears that the double quotes have been removed for other properties except the FlexibleTimeWindow property too. (ex: Description property)
Unless this problem is resolved, templates that specify parameters with strings that can be Boolean will not be deployable.
The text was updated successfully, but these errors were encountered: