pulumi/pkg/codegen/hcl2
Pat Gavlin 2f22c1c59c
HCL2 updates (#4309)
Pulumi HCL2 IR:
- Add support for invokes
- Add support for resource options, incl. ranged resources
- Allow the apply rewriter to ignore promise-typed values
- Add tests for the binder
- Add support functions for TF: entries and range

NodeJS codegen:
- Simplify for expression codegen
- Add support for invoke codegen
- Add support for entries and range functions
- Add tests

Python codegen:
- Implement codegen for most expression types
- Add support for invoke codegen
- Add tests
2020-04-06 19:43:16 -07:00
..
model HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
syntax Updates to the HCL2 syntax helpers. (#4282) 2020-04-02 20:01:14 -07:00
binder.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
binder_nodes.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
binder_resource.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
binder_schema.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
binder_test.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
component.go Add a package for binding HCL2 as Pulumi config. 2020-04-02 21:25:30 -07:00
config.go Updates to the Pulumi HCL2 projection 2020-04-02 21:25:30 -07:00
diagnostics.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
functions.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
intrinsics.go Update package references 2020-04-02 21:25:30 -07:00
invoke.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
local.go Updates to the Pulumi HCL2 projection 2020-04-02 21:25:30 -07:00
output.go Updates to the Pulumi HCL2 projection 2020-04-02 21:25:30 -07:00
program.go Updates to the Pulumi HCL2 projection 2020-04-02 21:25:30 -07:00
resource.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
rewriters.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
type.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
utilities.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00