mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-08-19 17:47:10 +00:00
30 lines
549 B
Markdown
30 lines
549 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "scaffolding_example Data Source - scaffolding"
|
|
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
|