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. |
||
---|---|---|
.. | ||
display | ||
filestate | ||
httpstate | ||
state | ||
apply.go | ||
backend.go | ||
backend_test.go | ||
doc.go | ||
errors.go | ||
mock.go | ||
policypack.go | ||
query.go | ||
snapshot.go | ||
snapshot_test.go | ||
stack.go | ||
updates.go | ||
watch.go | ||
watch_darwin_arm64.go |