terraform-provider-dokploy/docs/resources/scaffolding_example.md
dependabot[bot] 7dcbf08c85
Bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.15.0 (#147)
* Bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.15.0

Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.14.1 to 0.15.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.14.1...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-docs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Regenerate documentation using updated tfplugindocs

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Flad <bflad417@gmail.com>
2023-06-08 10:12:25 -04:00

643 B

page_title subcategory description
scaffolding_example Resource - terraform-provider-scaffolding-framework Example resource

scaffolding_example (Resource)

Example resource

Example Usage

resource "scaffolding_example" "example" {
  configurable_attribute = "some-value"
}

Schema

Optional

  • configurable_attribute (String) Example configurable attribute
  • defaulted (String) Example configurable attribute with default value

Read-Only

  • id (String) Example identifier