As someone who has written my fair share of TF, I’m a bit biased towards a declarative approach to IaC. A declarative approach shifts the maintenanc

4 Use Cases for the Terraform CDK

submited by
Style Pass
2021-07-21 18:30:04

As someone who has written my fair share of TF, I’m a bit biased towards a declarative approach to IaC. A declarative approach shifts the maintenance burden onto the provider maintainers and enables practitioners who don’t know how to code to get started quicker.

That being said, I think most reasonable people would agree that not everything should be or can be defined in a static, declarative way…

Leave a Comment