Releases: pulumi/pulumi-converter-terraform
Releases · pulumi/pulumi-converter-terraform
v1.1.0
Improvements
- Allow generating of tobool invocation.
- Enable jsondecode which is already in pulumi-std
- Enable lookup which is already in pulumi-std
- Enable merge which is already in pulumi-std
- Enable flatten which is already in pulumi-std
- Implement
coalesce
through thepulumi-std
invoke of the same name - Implement
compact
through thepulumi-std
invoke of the same name - Implement
coalescelist
through thepulumi-std
invoke of the same name - Implement
distinct
through thepulumi-std
invoke of the same name - Implement
format
through thepulumi-std
invoke of the same name - Implement
keys
through thepulumi-std
invoke of the same name - Implement
setintersection
through thepulumi-std
invoke of the same name - Implement
alltrue
through thepulumi-std
invoke of the same name - Implement
anytrue
through thepulumi-std
invoke of the same name - Implement
contains
through thepulumi-std
invoke of the same name - Implement
chunklist
through thepulumi-std
invoke of the same name - Implement
slice
through thepulumi-std
invoke of the same name - Implement
regex(all)
through thepulumi-std
invokes of the same name - Implement
toset
through thepulumi-std
invoke of the same name - Implement
cidrsubnets
through thepulumi-std
invoke of the same name - Implement
formatlist
through thepulumi-std
invoke of the same name
Bug Fixes
- Fix the order of arguments to
substr
- Fix conversion in the presence of dynamically bridged Terraform providers
v1.0.23
v1.0.22
Improvements
- Bump generated provider-terraform version
Bug Fixes
v1.0.21
Improvements
- Change inferred resource names to pascal case
- Add parameterization block to "package" blocks
- Add generation of pcl "package" blocks
v1.0.20
Improvements
- Add EOT (heredoc) style string delimiter handling.
- Add template join expression to convert expression
- Add references to issues for missing functions in output
- Add code generation rename workarounds for pcl keywords
Bug Fixes
-
Fix errors being encountered but not reported to the user
-
Fix using a module multiple times via different constraints
-
Fix conversion of object blocks
-
Fix conversion of object attributes
v1.0.19
Improvements
Bug Fixes
v1.0.18
Improvements
Bug Fixes
v1.0.17
Improvements
Bug Fixes
v1.0.16
Improvements
Bug Fixes
v1.0.15
Improvements
- Ensure block and attribute iteration is consistent.