From a3e1c1a027ae369cc3f71e58a99226b11d935b07 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 25 Jan 2024 18:03:12 +0100 Subject: [PATCH] Added test-workflows --- config/tfdocs-config.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/config/tfdocs-config.yaml b/config/tfdocs-config.yaml index f8f9554..bedc149 100644 --- a/config/tfdocs-config.yaml +++ b/config/tfdocs-config.yaml @@ -5,18 +5,7 @@ sections: - outputs content: |- - {{- if not .Module.Outputs -}} - No outputs. - {{ else }} - - | Name | Description | Value | - |------|-------------|-------| - {{- range .Module.Outputs }} - | {{ .Name }} | {{ tostring .Description | sanitizeMarkdownTbl }} | - {{- $sensitive := ternary .Sensitive "" .GetValue -}} - {{ printf " " }}{{ $sensitive | sanitizeMarkdownTbl }} | - {{- end }} - {{ end }} + {{ .Outputs }} output: file: "atmos-apply-summary.md"