mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Don't show data while input if sensitive
This commit is contained in:
@@ -319,6 +319,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
|
||||
|
||||
Reference in New Issue
Block a user