How to use AWS CDK for Terraform

How to use AWS CDK for Terraform

nClouds’ engineers have extensive experience with CloudFormation and infrastructure as code (IaC), and we’ve found that AWS CDK is an invaluable tool as we build solutions for our clients. We used to think in terms of AWS Cloud Development Kit (AWS CDK) vs. Terraform...
Terraform Multi State Management

Terraform Multi State Management

Terraform_remote_state resource allows the state produced by one config to be consumed by another so that you can test your changes in isolation. If you’re testing something in QA, you can feel pretty confident that you are not going to affect production resources. If...