![dependabot[bot]](/assets/img/avatar_default.png)
* Bump github.com/hashicorp/terraform-plugin-docs in /tools Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-docs dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * regenerate docs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin Valle <austinvalle@gmail.com>
26 lines
422 B
Markdown
26 lines
422 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
|