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

command: Add a newline before confirming apply
f-func-expandnull
Alisdair McDiarmid 5 years ago committed by GitHub
commit 2c8c387540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save