@cdktf/hcl2json
Advanced tools
Changelog
0.3.0 (April 21, 2021)
Breaking Changes
We're now supporting multiple Stacks! - existing Terraform state files from local Terraform workflows have to be renamed to match the stack name.
Up until CDK for Terraform version 0.2
only a single stack was supported. For local state handling, a terraform.tfstate
file in the project root folder was used. With version 0.3.0
the local state file reflects the stack name it belongs to in its file name. When a terraform.tfstate
file is still present in the project root folder, it has to be renamed to match the schema terraform.<stack-name>.tfstate
manually.
Implemented enhancements
Fixed Bugs