
Most of the content is inspired by existing content in https://github.com/hashicorp/terraform-provider-scaffolding.
33 lines
584 B
Markdown
33 lines
584 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
|
|
|
|
|