I want to generate only one time that cdk.tf.json file using cdktf synth and each time i want to deploy i want to use that cdk.tf.json generated when cdktf synth is executed.
So the workflow will look like very similar to:
terraform plan -out tfplan
terraform apply tfplan