Skip to content

Commit

Permalink
rm tf test example
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Apr 4, 2024
1 parent b80149c commit fa814ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions templates/functions/lowercased.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ description: |-

{{ .Description | trimspace }}

{{ if .HasExample -}}
## Terraform Test Example

{{tffile .ExampleFile }}
{{- end }}

## Variable Validation Example

{{ tffile (printf "examples/functions/%s/variable.tf" .Name)}}
Expand Down
6 changes: 0 additions & 6 deletions templates/functions/uppercased.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ description: |-

{{ .Description | trimspace }}

{{ if .HasExample -}}
## Terraform Test Example

{{tffile .ExampleFile }}
{{- end }}

## Variable Validation Example

{{ tffile (printf "examples/functions/%s/variable.tf" .Name)}}
Expand Down

0 comments on commit fa814ef

Please sign in to comment.