Skip to content

Releases: hashicorp/terraform-cdk

v0.0.17

31 Aug 23:44
8fd6cfb
Compare
Choose a tag to compare

Fixed bugs:

  • Fix Orcale Provider #341
  • Run Terraform commands with input=false flag #343
  • Use default provider caching of Terraform, rather than creating error prone symlinks #344

Implemented enhancements:

  • Streamline CLI workflows for prebuilt providers #331
  • CLI installable via Homebrew #342
  • Support Terraform provider caching by default #189, #222, #349

v0.0.16

21 Aug 20:44
d62599d
Compare
Choose a tag to compare

Fixed bugs:

  • Fix TerraformProvider alias definition #332

Implemented enhancements:

  • Checkpoint telemetry integration #326
  • Adding cdktf version to the terraform user agent #321
  • Migrate to jsii-srcmak #276

v0.0.15

17 Aug 11:58
267d2b1
Compare
Choose a tag to compare

Fixed bugs:

  • Terraform 0.13 Compatibility for 3rd Party Providers (e.g. Docker) in Python #309
  • Fix Naming Collision with Config interfaces #300

Implemented enhancements:

  • Use remote backend class for typescript template #313

v0.0.14

09 Aug 19:23
b2bbf72
Compare
Choose a tag to compare

Implemented enhancements:

  • Terraform 0.13 Compatibility #285

Security Updates:

  • Fix dot-prop security dependency bot alert #296

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.