Skip to content

Releases: pulumi/pulumi-converter-terraform

v1.1.0

27 Feb 18:24
b3d914d
Compare
Choose a tag to compare

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 the pulumi-std invoke of the same name
  • Implement compact through the pulumi-std invoke of the same name
  • Implement coalescelist through the pulumi-std invoke of the same name
  • Implement distinct through the pulumi-std invoke of the same name
  • Implement format through the pulumi-std invoke of the same name
  • Implement keys through the pulumi-std invoke of the same name
  • Implement setintersection through the pulumi-std invoke of the same name
  • Implement alltrue through the pulumi-std invoke of the same name
  • Implement anytrue through the pulumi-std invoke of the same name
  • Implement contains through the pulumi-std invoke of the same name
  • Implement chunklist through the pulumi-std invoke of the same name
  • Implement slice through the pulumi-std invoke of the same name
  • Implement regex(all) through the pulumi-std invokes of the same name
  • Implement toset through the pulumi-std invoke of the same name
  • Implement cidrsubnets through the pulumi-std invoke of the same name
  • Implement formatlist through the pulumi-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

04 Jan 16:40
17d3778
Compare
Choose a tag to compare

Bug Fixes

  • Require v0.6.0 of the terraform-provider instead of v0.5.4 because the latter is no longer available.

v1.0.22

23 Dec 04:29
390b845
Compare
Choose a tag to compare

Improvements

  • Bump generated provider-terraform version

Bug Fixes

v1.0.21

19 Dec 09:15
f3c7b35
Compare
Choose a tag to compare

Improvements

  • Change inferred resource names to pascal case
  • Add parameterization block to "package" blocks
  • Add generation of pcl "package" blocks

v1.0.20

05 Dec 15:51
67c8c40
Compare
Choose a tag to compare

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

24 Jul 20:08
8478948
Compare
Choose a tag to compare

Improvements

Bug Fixes

v1.0.18

18 Jun 11:27
ce067e5
Compare
Choose a tag to compare

Improvements

Bug Fixes

v1.0.17

09 May 22:47
0e0283f
Compare
Choose a tag to compare

Improvements

Bug Fixes

v1.0.16

01 Apr 18:49
2111abc
Compare
Choose a tag to compare

Improvements

Bug Fixes

v1.0.15

26 Feb 15:24
52216d2
Compare
Choose a tag to compare

Improvements

  • Ensure block and attribute iteration is consistent.

Bug Fixes