Skip to content

Releases: hashicorp/cdktf-aws-cdk

v0.0.2

14 Oct 19:14
6645621
Compare
Choose a tag to compare

0.0.2 (2021-10-14)

Features

  • add Aspect as workaround for eventually consistent resources (like IAM) that are used in Cloud Control API resources which require consistency (d685a62)

v0.0.1

13 Oct 15:38
dc171d0
Compare
Choose a tag to compare

0.0.1 (2021-10-13)

Features

  • add support for Cf Outputs (bbbbb79)

Bug Fixes

  • update examples for separate repo (6bf9155)

v0.0.0

11 Oct 18:32
f60d52b
Compare
Choose a tag to compare

0.0.0 (2021-10-11)

⚠ BREAKING CHANGES

  • Bump cdktf dependency to 0.5

Bug Fixes

  • use pre-release version of cdktf dep for expression support, remove awscc provider for the time being (f60d52b)

  • Merge pull request #429 from terraform-cdk-providers/upgrade-cdktf-0.5 (c1cd648), closes #429