pulumi/sdk/go/common/resource/config
Fraser Waters 0acaf80606
Support uint64 values in config (#18582)
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.
2025-02-13 22:12:15 +00:00
..
testdata/repr [config] Clean up implementation (#13814) 2023-10-09 04:51:21 +00:00
crypt.go Swap BulkDecrypt to return list (#18486) 2025-02-10 15:41:13 +00:00
key.go Enable finding Pulumi projects created from Templates (#15056) 2024-01-24 16:47:12 +00:00
key_test.go Use EqualError/ErrorContains instead of Error (#14737) 2023-12-08 06:40:14 +00:00
map.go Support uint64 values in config (#18582) 2025-02-13 22:12:15 +00:00
map_test.go Support uint64 values in config (#18582) 2025-02-13 22:12:15 +00:00
object.go Support uint64 values in config (#18582) 2025-02-13 22:12:15 +00:00
object_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
plaintext.go Support uint64 values in config (#18582) 2025-02-13 22:12:15 +00:00
plaintext_test.go Support uint64 values in config (#18582) 2025-02-13 22:12:15 +00:00
repr_test.go [config] Clean up implementation (#13814) 2023-10-09 04:51:21 +00:00
value.go allow setting the type of the config value in pulumi config set (#18287) 2025-01-23 15:22:53 +00:00
value_test.go Swap BulkDecrypt to return list (#18486) 2025-02-10 15:41:13 +00:00