pulumi/pkg/codegen/python
Pat Gavlin 1d672563da Fix output property names in Python codegen.
Some property names are mapped from their `camelCase` Pulumi name to a
`snake_case` Python name. This mapping is irregular, and only occurs for
resources properties and function calls.

Note that there's still more work to do here: this only fixes names on
the output side; the input side is still broken for nested resource
proprerties and function calls.

The underlying design--annotated types in `hcl2/model`--may need some
additional work in the future, but I _believe_ it's good enough for now.
2020-04-21 10:25:27 -07:00
..
doc.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen.go Fix output property names in Python codegen. 2020-04-21 10:25:27 -07:00
gen_intrinsics.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen_program.go Fix output property names in Python codegen. 2020-04-21 10:25:27 -07:00
gen_program_expressions.go Fix output property names in Python codegen. 2020-04-21 10:25:27 -07:00
gen_program_lower.go HCL2: support for tolerating missing variables. (#4430) 2020-04-17 08:24:44 -07:00
gen_program_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
importer.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
python.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
utilities.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00