![dependabot[bot]](/assets/img/avatar_default.png)
* Bump github.com/hashicorp/terraform-plugin-docs in /tools Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-docs dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * regenerate docs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin Valle <austinvalle@gmail.com>
862 B
862 B
page_title | subcategory | description |
---|---|---|
scaffolding_example Resource - scaffolding | Example resource |
scaffolding_example (Resource)
Example resource
Example Usage
resource "scaffolding_example" "example" {
configurable_attribute = "some-value"
}
Schema
Optional
configurable_attribute
(String) Example configurable attributedefaulted
(String) Example configurable attribute with default value
Read-Only
id
(String) Example identifier
Import
Import is supported using the following syntax:
The terraform import
command can be used, for example:
terraform import scaffolding_example.test "id-123"