Hi there.
I use Python for developing scripts. Script should will be able to deploy the same environment with different parameters.
Now I solve this problem by using this approach.
-
pipenv run ./main.py eu-west-3c blue
then I go to the folder cdktf.out and after that start - terraform apply
Is it possible to combine those parameters with command cdktf deploy