mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 10:00:44 -05:00
Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554)
Signed-off-by: siddharthasonker95 <158144589+siddharthasonker95@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5079292cb2
commit
579d74c409
@@ -105,6 +105,7 @@ func (v *OperationHuman) Plan(plan *plans.Plan, schemas *tofu.Schemas) {
|
||||
Colorize: v.view.colorize,
|
||||
Streams: v.view.streams,
|
||||
RunningInAutomation: v.inAutomation,
|
||||
ShowSensitive: v.view.showSensitive,
|
||||
}
|
||||
|
||||
jplan := jsonformat.Plan{
|
||||
|
||||
Reference in New Issue
Block a user