Merge pull request #29520 from ComBin/main

Don't show symbols while input if variable marked as sensitive
pull/32404/head
James Bardin 3 years ago committed by GitHub
commit 3cda7a0269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -394,6 +394,7 @@ func (b *Local) interactiveCollectVariables(ctx context.Context, existing map[st
Id: fmt.Sprintf("var.%s", name),
Query: fmt.Sprintf("var.%s", name),
Description: vc.Description,
Secret: vc.Sensitive,
})
if err != nil {
// Since interactive prompts are best-effort, we'll just continue

Loading…
Cancel
Save