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
Hey @Spareo - thanks for the bug report. @troyready - not sure what the best way would be to deal with this. I'm wondering if we should have a cast lookup that can cast values as different types.
Another option is to make it so default knows the type of the variable and automatically tries to cast it correctly, though that would be a much deeper change.
I like the cast idea. Would meet the need here in a simple way, and could always be cast off (pun not intended) in the future if it was made irrelevant.
I am passing in an environment file with the following line in it:
In my blueprint I have the following variable defined:
And finally, in my config.yml I have the following under one of my stacks
When I run stacker build I get the following error:
The text was updated successfully, but these errors were encountered: