Reputation: 534
I'm looking to accept an input during CDKTF deployment. I've tried using the npm package readline, but it just makes it stall during synth. The reason I need it is that I need to create the load balancer in the CDKTF script, then, after it's created, I need to do the DNS changes, then continue with the rest of the CDKTF script. Any thoughts? I'm using TypeScript btw.
Upvotes: -1
Views: 17