Hello,
I'm facing the following issue. I've set input=IsFlagged, no matter which terraform action I execute,I'm always prompted to input the the value for os_password and then for os_username. Here's my code:
In all of my variable related files I've first declared the variable for username and under it the variable for password:
09 variable os_username {}
10 variable os_password {}
Do you know how to change the order, first get request for username and then for password input ?
Hello, I'm facing the following issue. I've set
input=IsFlagged
, no matter which terraform action I execute,I'm always prompted to input the the value for os_password and then for os_username. Here's my code:In all of my variable related files I've first declared the variable for username and under it the variable for password: 09 variable os_username {} 10 variable os_password {}
Do you know how to change the order, first get request for username and then for password input ?