An AWS CDK tool used to bootstrap an S3 Terraform backend with DynamoDB for state locking.
Functionality can be configured by setting these environment variables before synthesizing the Cloudformation stack definition.
| Variable Name |
|---|
| CDK_AWS_ACCOUNT_ID |
| CDK_AWS_REGION |
| CDK_TF_BACKEND_BUCKET_NAME |
| CDK_TF_LOCK_TABLE_NAME |
cdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation templatego testrun unit tests