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
This same error affects other resources like troposphere.ecs.Environmenthttps://github.com/cloudtools/troposphere/blob/master/troposphere/ecs.py#L105 where the value being imported can be any type, but should be cast as String. The Json/Yaml marshaller attempts to determine the type of each object when creating the object, and the TemplateGenerator requires them to be passed in a certain way.
The text was updated successfully, but these errors were encountered:
Gist: https://gist.github.com/ThatGerber/1fdb34ca4d293f8c34c1fbca09c5252f
This same error affects other resources like
troposphere.ecs.Environment
https://github.com/cloudtools/troposphere/blob/master/troposphere/ecs.py#L105 where the value being imported can be any type, but should be cast as String. The Json/Yaml marshaller attempts to determine the type of each object when creating the object, and the TemplateGenerator requires them to be passed in a certain way.The text was updated successfully, but these errors were encountered: