terraform-provider-file/examples/use-cases/local_directory_basic
github-actions[bot] 6a781ea7fd
feat!: Add local directory management (#201) (#204)
* feat: add local directory management
* fix: update all resources to use the "local" path
---------


(cherry picked from commit a1147e54ec)

Signed-off-by: matttrach <matt.trachier@suse.com>
Co-authored-by: Matt Trachier <matt.trachier@suse.com>
2025-10-01 13:31:36 -05:00
..
README.md feat!: Add local directory management (#201) (#204) 2025-10-01 13:31:36 -05:00
backend.tf feat!: Add local directory management (#201) (#204) 2025-10-01 13:31:36 -05:00
main.tf feat!: Add local directory management (#201) (#204) 2025-10-01 13:31:36 -05:00
outputs.tf feat!: Add local directory management (#201) (#204) 2025-10-01 13:31:36 -05:00
variables.tf feat!: Add local directory management (#201) (#204) 2025-10-01 13:31:36 -05:00
versions.tf feat!: Add local directory management (#201) (#204) 2025-10-01 13:31:36 -05:00

README.md

Local Directory Use Case

This is the most basic use case for adding a directory. It creates the directory at the path specified, generating all subdirectories necessary to do so. It records the created directories and deletes only the ones it created on destroy.

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