Initial commit
This commit is contained in:
30
docs/data-sources/scaffolding_example.md
Normal file
30
docs/data-sources/scaffolding_example.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user