pulumi/pkg/codegen/internal/test
Pat Gavlin fc00c16e31
[codegen/hcl2] Fix iterator apply rewrites. (#4589)
There are two expressions in HCL2 that are used to iterate over
collections:

- Splat expressions, e.g. `foo.*.bar`, and
- For expressions, e.g. `[for v in foo: v.bar]`

In both of these cases, the parts of the expression that are not the
collection being iterated behave like callbacks, and must be treated as
such by the apply rewriter.
2020-05-07 12:15:40 -07:00
..
testdata [codegen/hcl2] Fix iterator apply rewrites. (#4589) 2020-05-07 12:15:40 -07:00
host.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
providers.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00