cdktf deploy - Raw mode is not supported on the current process.stdin
When i was trying to run cdktf deploy, this error keeps coming up. My bash terminal wasn't working too well on Windows - so to avoid getting prompts, i ran it with the auto approve switch.
cdktf deploy --auto-approve
Then i was able to get around this.
Comments