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:
Siddhartha Sonker
2024-07-22 15:28:57 +05:30
committed by GitHub
parent 5079292cb2
commit 579d74c409
25 changed files with 431 additions and 9 deletions

View File

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