terraform-provider-file/examples/use-cases/local_basic
Matt Trachier 42322babc8
feat: add snapshots (#153)
* fix: add boilerplate resource in docs
* fix: resolve style and build issues
* feat: add snapshots and update tests
* fix: formatting
* fix: remove unused variables in snapshot example
---------

Signed-off-by: matttrach <matt.trachier@suse.com>
2025-09-10 13:46:42 -05:00
..
README.md feat: add snapshots (#153) 2025-09-10 13:46:42 -05:00
backend.tf feat: add snapshots (#153) 2025-09-10 13:46:42 -05:00
main.tf feat: add snapshots (#153) 2025-09-10 13:46:42 -05:00
outputs.tf feat: add snapshots (#153) 2025-09-10 13:46:42 -05:00
variables.tf feat: add snapshots (#153) 2025-09-10 13:46:42 -05:00
versions.tf feat: add snapshots (#153) 2025-09-10 13:46:42 -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.