raymondbutcher / pretf

Generate Terraform code with Python
https://pretf.readthedocs.io/
MIT License
104 stars 14 forks source link

Multiple MFA prompts when using get_output #60

Closed raymondbutcher closed 4 years ago

raymondbutcher commented 4 years ago

I have a project with 2 files calling get_output(). Both files get rendered in separate threads at the same time. They both call out to run Pretf in separate processes at the same time, and they both show MFA prompts. It doesn't really work because you can't tell which MFA prompt you're typing a response to.