Skip to content

Commit

Permalink
Added redacted to Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
mogaal committed Nov 9, 2020
1 parent 0e7c86b commit 4ccb200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/terraform/terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func (s *Commander) Apply() error {
}

if s.DisplayTfOutput {
fmt.Println(output.Stdout)
output.redacted()
}

if output.ExitCode == 0 {
Expand Down

0 comments on commit 4ccb200

Please sign in to comment.