mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
feat: Show sensitivity of the output value in rendered result (#207)
This commit is contained in:
@@ -29,6 +29,8 @@ var rootCmd = &cobra.Command{
|
||||
settings.ShowInputs = oppositeBool("no-inputs")
|
||||
settings.ShowOutputs = oppositeBool("no-outputs")
|
||||
|
||||
settings.OutputValues = options.OutputValues
|
||||
|
||||
settings.ShowColor = oppositeBool("no-color")
|
||||
settings.SortByName = oppositeBool("no-sort")
|
||||
settings.ShowRequired = oppositeBool("no-required")
|
||||
|
||||
Reference in New Issue
Block a user