terraform-provider-envbuilder/docs/functions/example.md
Mathias Fredriksson 76d8aa974e
Initial commit
2024-07-18 14:43:45 +03:00

26 lines
423 B
Markdown

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "example function - scaffolding"
subcategory: ""
description: |-
Example function
---
# function: example
Echoes given argument as result
## Signature
<!-- signature generated by tfplugindocs -->
```text
example(input string) string
```
## Arguments
<!-- arguments generated by tfplugindocs -->
1. `input` (String) String to echo