mirror of https://github.com/pulumi/pulumi.git
b1052008ff
YAML supports mappings with arbitrarily-typed keys (unlike JSON, which only supports string keys). These mappings decode into `map[interface{}]interface{}` values, which are not supported by `resource.NewPropertyValue`. These changes add a function to the display logic that translates `map[interface{}]interface{}` values decoded from YAML to `map[string]interface{}` values iff the keys are strings or numeric values. Fixes #9502. |
||
---|---|---|
.. | ||
testdata | ||
diff.go | ||
diff_test.go | ||
display.go | ||
doc.go | ||
events.go | ||
json.go | ||
jsonmessage.go | ||
object_diff.go | ||
options.go | ||
progress.go | ||
query.go | ||
rows.go | ||
tableutil.go | ||
watch.go |