summaryrefslogtreecommitdiff
path: root/OTF Files.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-05-06 17:06:23 +0200
committerJasper Ras <jras@hostnet.nl>2025-05-06 17:06:23 +0200
commit50626752711b563185eda78ba25c145079111d14 (patch)
tree9c4b04bb8e2364ab572f632daddda01c0c2541f2 /OTF Files.md
parent4223e9afd4401bd930ca815ffa816eb76fad83f6 (diff)
vault backup: 2025-05-06 17:06:23
Diffstat (limited to 'OTF Files.md')
-rw-r--r--OTF Files.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/OTF Files.md b/OTF Files.md
new file mode 100644
index 0000000..f48ea0b
--- /dev/null
+++ b/OTF Files.md
@@ -0,0 +1,17 @@
+---
+tags:
+ - opentofu
+---
+`backend.tf` containing backend configuration.
+`main.tf` containing all resource and data source blocks.
+`outputs.tf` containing all output blocks in alphabetical order
+`providers.tf` contains all `provider` configuration
+`terraform.tf` [[Terraform block]]
+`variables.tf` for variable blocks in alphabetical order
+`locals.tf` containing local values
+`override.tf` contains overrides. This file and others postfixed with `_override.tf` are loaded with lowest prio.
+
+When bigger VPC
+`network.tf` containing network resources
+`storage.tf` containing object storage volumes etc
+`compute.tf` containing instances