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
{{ message }}
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
The infrakit template CLI parses all --var parameter values as strings, this prevents passing a variable like --var /foo/boolean=true as a boolean or even --var /foo/int=1 as an int. The template functions like not need the values to be booleans instead of strings.