Merge pull request #28363 from hashicorp/alisdair/here-is-a-newline

command: Add a newline before confirming apply
This commit is contained in:
Alisdair McDiarmid 2021-04-14 09:38:32 -04:00 committed by GitHub
commit 2c8c387540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ func (b *Local) opApply(
v, err := op.UIIn.Input(stopCtx, &terraform.InputOpts{
Id: "approve",
Query: query,
Query: "\n" + query,
Description: desc,
})
if err != nil {