1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-provider-melange synced 2026-07-08 10:34:55 +00:00
terraform-provider-melange/examples
Jason Hall 0c290ea28d
rename/remove scaffolding bits
Signed-off-by: Jason Hall <jason@chainguard.dev>
2023-09-30 06:17:45 -04:00
..
data-sources/scaffolding_example Initial commit 2023-09-30 05:54:09 -04:00
provider Initial commit 2023-09-30 05:54:09 -04:00
resources/scaffolding_example rename/remove scaffolding bits 2023-09-30 06:17:45 -04:00
README.md Initial commit 2023-09-30 05:54:09 -04:00

Examples

This directory contains examples that are mostly used for documentation, but can also be run/tested manually via the Terraform CLI.

The document generation tool looks for files in the following locations by default. All other *.tf files besides the ones mentioned below are ignored by the documentation tool. This is useful for creating examples that can run and/or ar testable even if some parts are not relevant for the documentation.

  • provider/provider.tf example file for the provider index page
  • data-sources/full data source name/data-source.tf example file for the named data source page
  • resources/full resource name/resource.tf example file for the named data source page