sparse-intern-71089
11/19/2018, 10:16 PMwhite-balloon-205
config.getObject
to JSON parse the value of the config when you read it.early-musician-41645
11/19/2018, 10:17 PMwhite-balloon-205
pulumi config set key value
as the primary interface for setting config, which must accept just strings. We then started storing it in the YAML file, which has become a more convenient place to author config. But we still have the restriction to only string values. We plan to extend the config type system in the near future.early-musician-41645
11/19/2018, 11:04 PM