We are excited to announce the release of Cloud Development Kit for Terraform (CDKTF) 0.10. Key improvements in CDK for Terraform 0.10 include: Multi-stack deployments: CLI workflow to support an automated multi-stack deployment process that resolves dependencies between stacks and executes accordingly. CLI refactor and improved output: Full Terraform output is streamed to the CLI for diff, deploy, and destroy commands, improving the debugging and reviewing process. Improved types for computed lists: Output of generated provider code bindings now allows referencing lists of computed attributes as a whole list, instead of just individual items of that list.

Previously, CDKTF had a limited way of working with lists that were returned in the generated code bindings for providers.

Related Articles