![dependabot[bot]](/assets/img/avatar_default.png)
* Bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.15.0 Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.14.1 to 0.15.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.14.1...v0.15.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 using updated tfplugindocs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Flad <bflad417@gmail.com>
32 lines
643 B
Markdown
32 lines
643 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "scaffolding_example Resource - terraform-provider-scaffolding-framework"
|
|
subcategory: ""
|
|
description: |-
|
|
Example resource
|
|
---
|
|
|
|
# scaffolding_example (Resource)
|
|
|
|
Example resource
|
|
|
|
## Example Usage
|
|
|
|
```terraform
|
|
resource "scaffolding_example" "example" {
|
|
configurable_attribute = "some-value"
|
|
}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Optional
|
|
|
|
- `configurable_attribute` (String) Example configurable attribute
|
|
- `defaulted` (String) Example configurable attribute with default value
|
|
|
|
### Read-Only
|
|
|
|
- `id` (String) Example identifier
|