Multi-factor Authentication #701
Unanswered
jgibbs-pdx
asked this question in
Q&A
Replies: 2 comments
-
@jgibbs-pdx There is a terraform parameter to set parallelization to 1. That might help you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you use rsa keys, you won't have to answer the MFA prompt. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are testing out using this provider, and we require everyone to have MFA on their account.
When we run terraform apply, we get around 10 MFA prompts that we have to click through quickly before it times out. We are assuming this is because the apply is threaded, so it has to do the MFA prompt per thread.
We don't need terraform to run super frequently or super quickly, so we were wondering if there is a way to run it on one connection? Or are we just thinking about this completely wrong?
Beta Was this translation helpful? Give feedback.
All reactions