* 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> |
||
|---|---|---|
| .. | ||
| .terraformrc | ||
| README.md | ||
| backend.tf | ||
| main.tf | ||
| outputs.tf | ||
| variables.tf | ||
| versions.tf | ||
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.