mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-08-19 17:47:10 +00:00
26 lines
423 B
Markdown
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
|
|
|