You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When run in interactive mode, Terragrunt displays the prompt from Terraform, but then waits for the response on the next line.
Steps To Reproduce
Pretty sure just run terragrunt apply in a project that has changes to apply.
Expected behavior
Expected Terragrunt to wait for the stdin response on the same line as the prompt.
Nice to haves
14:19:18.525 STDOUT terraform: Do you want to perform these actions?
14:19:18.525 STDOUT terraform: Terraform will perform the actions described above.
14:19:18.525 STDOUT terraform: Only 'yes' will be accepted to approve.
14:19:18.525 STDOUT terraform: Enter a value:
yes
Versions
Terragrunt version: 0.72.6
OpenTofu/Terraform version: Terraform 1.10.5
Environment details (Ubuntu 20.04, Windows 10, etc.): Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
It's definitely a nicer experience to have the prompt in-line. I imagine we do some buffer flushing that's causing that, but we can look to address it in the future.
I don't think it's a big deal in the short term, though, right?
Yes, it works. But it's a fairly recent regression, I believe. It wasn't doing this in the 0.69.x series. I recently jumped to 0.72.x, which is when I noticed the change.
Describe the bug
When run in interactive mode, Terragrunt displays the prompt from Terraform, but then waits for the response on the next line.
Steps To Reproduce
Pretty sure just run
terragrunt apply
in a project that has changes to apply.Expected behavior
Expected Terragrunt to wait for the stdin response on the same line as the prompt.
Nice to haves
Versions
The text was updated successfully, but these errors were encountered: