terraform-provider-file/examples/use-cases/local/basic
Matt Trachier b0b84c1409
feat: add data sources and organize code (#148)
* feat: add data sources and organize code
* fix: ignore unused data source example
* fix: add ignore to docs
* fix: update CI test to new location
* fix: update CI to run acceptance tests
* fix: run tests in nix
* fix: switch terraform version based on matrix
* fix: remove equal sign
---------

Signed-off-by: matttrach <matt.trachier@suse.com>
2025-09-04 00:02:33 -05:00
..
.terraformrc feat: add data sources and organize code (#148) 2025-09-04 00:02:33 -05:00
README.md feat: add data sources and organize code (#148) 2025-09-04 00:02:33 -05:00
backend.tf feat: add data sources and organize code (#148) 2025-09-04 00:02:33 -05:00
main.tf feat: add data sources and organize code (#148) 2025-09-04 00:02:33 -05:00
outputs.tf feat: add data sources and organize code (#148) 2025-09-04 00:02:33 -05:00
variables.tf feat: add data sources and organize code (#148) 2025-09-04 00:02:33 -05:00
versions.tf feat: add data sources and organize code (#148) 2025-09-04 00:02:33 -05:00

README.md

Basic Use Case

This is the most basic use case for this provider. It writes a file to disk and overwrites/updates the file if the resource changes. It deletes the file when the resource is destroyed.

This example will only set the required fields, all options accept the default value.