mirror of https://github.com/pulumi/pulumi.git
![]() Fixes https://github.com/pulumi/pulumi/issues/18581 This adds uint64 support to the `config.object` and `config.Plaintext` types. Pretty much a copy of int64 handling, but it means we can roundtrip uint64 without loss of precision. More importantly it means we no longer panic on reading a config file with big numbers like 18446744073709551615 in it. |
||
---|---|---|
.. | ||
testdata/repr | ||
crypt.go | ||
key.go | ||
key_test.go | ||
map.go | ||
map_test.go | ||
object.go | ||
object_test.go | ||
plaintext.go | ||
plaintext_test.go | ||
repr_test.go | ||
value.go | ||
value_test.go |