![dependabot[bot]](/assets/img/avatar_default.png)
* Bump github.com/hashicorp/terraform-plugin-docs from 0.6.0 to 0.7.0 Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.6.0 to 0.7.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.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-docs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Regenerate documentation with terraform-plugin-docs@v0.7.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Flad <bflad417@gmail.com>
33 lines
580 B
Markdown
33 lines
580 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "scaffolding_example Data Source - terraform-provider-scaffolding-framework"
|
|
subcategory: ""
|
|
description: |-
|
|
Example data source
|
|
---
|
|
|
|
# scaffolding_example (Data Source)
|
|
|
|
Example data source
|
|
|
|
## Example Usage
|
|
|
|
```terraform
|
|
data "scaffolding_example" "example" {
|
|
configurable_attribute = "some-value"
|
|
}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Optional
|
|
|
|
- `configurable_attribute` (String) Example configurable attribute
|
|
|
|
### Read-Only
|
|
|
|
- `id` (String) Example identifier
|
|
|
|
|