Open
Description
Each vars value is interpolated and are unmarshalled as yaml via the imported bosh cli lib so when you have a var value that starts with an ampersand it causes an error. For example:
$ om configure-director \
--config director.yml \
--var "iaas-configurations_0_vcenter_password=&qgz6dUjD^Rj3S6e"
Deserializing variables 'iaas-configurations_0_vcenter_password=&qgz6dUjD^Rj3S6e': yaml: did not find expected alphabetic or numeric character
Activity