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
CloudFormation converts everything to String. I am not sure if null is honored. If not, it should be preserved as well. This is really problematic if you store JSON files in AWS::CloudFormation::Init.
CloudFormation converts everything to String. I am not sure if
nullis honored. If not, it should be preserved as well. This is really problematic if you store JSON files inAWS::CloudFormation::Init.