Skip to content

Commit

Permalink
Added test-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Jan 25, 2024
1 parent f134169 commit a3e1c1a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions config/tfdocs-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<sensitive>" .GetValue -}}
{{ printf " " }}{{ $sensitive | sanitizeMarkdownTbl }} |
{{- end }}
{{ end }}
{{ .Outputs }}
output:
file: "atmos-apply-summary.md"
Expand Down

0 comments on commit a3e1c1a

Please sign in to comment.