--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "scaffolding_example Ephemeral Resource - scaffolding" subcategory: "" description: |- Example ephemeral resource --- # scaffolding_example (Ephemeral Resource) Example ephemeral resource ## Example Usage ```terraform ephemeral "scaffolding_example" "example" { configurable_attribute = "some-value" } ``` ## Schema ### Required - `configurable_attribute` (String) Example configurable attribute ### Read-Only - `value` (String) Example value