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. |
||
---|---|---|
.. | ||
apitype | ||
constant | ||
diag | ||
encoding | ||
resource | ||
testing | ||
tokens | ||
tools | ||
util | ||
version | ||
workspace |