Skip to content

Commit

Permalink
chore: document subtle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 26, 2022
1 parent cf24c37 commit a1daa78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ A very minor change in the interface names for provisioners occured [to support
- `ILocalExecProvisioner` to `LocalExecProvisioner`
- `IRemoteExecProvisioner` to `RemoteExecProvisioner`

Another very minor change is that we now use the `CloudBackend` by default when running cdktf init. This requires Terraform >=1.1, therefore an error is thrown on `cdktf init` if you want to use Terraform Cloud and are on an older version. Already existing projects are not affected and you can use `cdktf init --local` and configure the `RemoteBackend` if you need to use an older version.

### fix

- fix(hcl2json): add fs-extra to dependencies [\#2040](https://github.com/hashicorp/terraform-cdk/pull/2040)
Expand Down

0 comments on commit a1daa78

Please sign in to comment.