pulumi/tests/integration
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
..
aliases Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
cloud_secrets_provider Enable full strict mode. (#3218) 2019-09-11 16:21:35 -07:00
config_basic Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
config_capture_e2e/nodejs Changing build.proj to run all languages and tests on windows 2020-01-27 21:16:37 +02:00
custom_timeouts Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
delete_before_create Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
dependency_steps Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
double_pending_delete Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
duplicate_urns Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
dynamic/python Add requirements.txt to all test projects 2019-08-23 15:02:58 -07:00
ee_perf Use prefered new pulumi.Config() form 2019-01-31 16:11:57 -08:00
empty Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
explicit_provider Enable full strict mode. (#3218) 2019-09-11 16:21:35 -07:00
get_created Enable full strict mode. (#3218) 2019-09-11 16:21:35 -07:00
invalid_package_json Enable full strict mode. (#3218) 2019-09-11 16:21:35 -07:00
partial_state Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
partial_values Propagate inputs to outputs during preview. (#3327) 2019-11-11 12:09:34 -08:00
policy Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
project_main Remove existing lock files 2018-11-12 15:33:58 -08:00
project_main_abs Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
project_main_parent Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
protect_resources Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
provider_secret_config Enable full strict mode. (#3218) 2019-09-11 16:21:35 -07:00
query Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
read Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
recreate_resource_check Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
secret_outputs Enable full strict mode. (#3218) 2019-09-11 16:21:35 -07:00
single_resource Suppress JSON outputs in preview correctly (#2771) 2019-05-25 12:10:38 +02:00
stack_bad_parenting Consistent dependencies (#2517) 2019-03-05 20:34:51 -08:00
stack_component/dotnet Move .NET serialization attributes to Pulumi namespace (#3902) 2020-02-11 11:40:14 +01:00
stack_dependencies Remove existing lock files 2018-11-12 15:33:58 -08:00
stack_outputs Add **preview** .NET Core support for pulumi. (#3399) 2019-10-25 16:59:50 -07:00
stack_parenting Consistent dependencies (#2517) 2019-03-05 20:34:51 -08:00
stack_project_name Consistent dependencies (#2517) 2019-03-05 20:34:51 -08:00
stack_reference Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
stack_reference_multi/python Regression tests for StackReference in the Python SDK (#3913) 2020-02-17 10:40:46 -08:00
stack_reference_secrets Stack References in .NET (#3511) 2019-12-05 13:16:39 +01:00
steps Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
targets Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
transformations Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
integration_test.go Treat config values that start with '0' as strings (#4393) 2020-04-14 12:40:22 -07:00