
Reference: https://developer.hashicorp.com/terraform/plugin/framework/resources/default New example attribute highlights terraform-plugin-framework v1.2.0+ `Default` functionality for resource attributes. While the scaffolding code is not meant to be exhaustive of all available framework functionality, this new built-in feature is important enough to highlight.
34 lines
645 B
Markdown
34 lines
645 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
|
|
|
|
|