Skip to content

Releases: hashicorp/terraform-cdk

v0.0.13

31 Jul 19:41
2f0b966
Compare
Choose a tag to compare

Fixed bugs:

  • Fix interpolation bug in complex computed list of data sources #215
  • Avoid conflicts with resource attributes called "node" #230
  • Python: setup imports dir as a package #262

Implemented enhancements:

  • Add support for List of Maps in schema generator #229
  • Add Lists of Maps #229
  • Bump and align Typescript / @node/types Dependencies - Upgrade lodash #252
  • Terraform backend config #224
  • Terraform data remote state #241

v0.0.12

17 Jul 23:00
Compare
Choose a tag to compare

Fixed bugs:

  • cdktf init was broken on Windows #198

v0.0.11

16 Jul 04:25
8757404
Compare
Choose a tag to compare

Implemented enhancements:

  • Defaults are opposite of Terraform but should default to being non-destructive #155
  • Version check for new cdktf cli #130
  • Set NODE_ENV for CLI #129
  • Make local state persistent #116
  • Improved resource name structure in Diff / Deploy / Destroy #135

Fixed bugs:

  • cdktf destroy errors saying stale plan #182
  • Migrating from local state to remote state doesn't work #168
  • Display Typescript Errors for Synth #161
  • cdktf init is broken #157
  • Handle stale stacks in cdktf #150
  • cdktf init Terraform Cloud workspace creation doesn't work #144
  • Case sensitive tags are incorrectly downcased #75

v0.0.10

07 Jul 17:40
94ced1d
Compare
Choose a tag to compare
  • Bug when creating Terraform Cloud workspace via cdktf init (#144)

v0.0.9

07 Jul 10:26
Compare
Choose a tag to compare
  • Fix cdktf init issue (#139)

v0.0.8

06 Jul 01:48
0615b1a
Compare
Choose a tag to compare

Minor bug fixes and documentation for getting started guides.

v0.0.7

04 Jul 00:56
dd54f88
Compare
Choose a tag to compare
  • Support for cdktf diff (#90)
  • Support for cdktf deploy (#92)
  • Support for cdktf destroy (#111)
  • Support for Terraform Cloud via cdktf login (#96)
  • Support for logging across the project (#100)
  • New UI for cdktf synth and cdktf get (#103)
  • Basic error handling support (#110)

There are other minor bug fixes included in the release. (#109, #122, #128).

v0.0.6

15 May 01:03
baff569
Compare
Choose a tag to compare
  • Typescript examples and template defaults for synthesize commands to compile application (#63)
  • Terraform Output doesn't handle Optional Types (#83)

v0.0.5

13 May 19:52
Compare
Choose a tag to compare
  • Document Terraform outputs and remote backend (#64)
  • Fix providers file workflow (#66)
  • Stack escape hatch (#81)

v0.0.4

12 May 19:58
6498c0f
Compare
Choose a tag to compare
  • Getting started guide for Python (#73)
  • Change output directory to cdktf.out for Terraform configuration (#70)
  • Fix output directory argument for cdktf synth (#62)