summaryrefslogtreecommitdiff
path: root/OTF Files.md
diff options
context:
space:
mode:
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