pulumi/sdk
Justin Van Patten 33119659e0
Treat config values that start with '0' as strings (#4393)
When setting structured config values using `--path`, we automatically
treat values that can be converted into an integer via `strconv.Atoi` as
an integer, rather than as a string.

However, this ends up converting values like "0123456" into the integer
123456, stripping the leading 0, which isn't desirable for values like
commit SHAs, etc., where you want to keep the 0 (and keep it a string).

This change makes it so that values starting with 0 are not implicitly
converted to an integer; instead such values will remain a string.
2020-04-14 12:40:22 -07:00
..
dotnet Adding an empty PublicAPI.Unshipped.txt file 2020-04-14 11:17:39 +01:00
go Treat config values that start with '0' as strings (#4393) 2020-04-14 12:40:22 -07:00
nodejs Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
proto Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
python Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
go.mod Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
go.sum Reimplement getRequiredPlugins for go sdk (#4297) 2020-04-06 12:30:40 -07:00
README.md Update stale README 2018-06-30 09:55:12 -07:00

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.