aboutsummaryrefslogtreecommitdiff
path: root/opentofu/README.md
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-01-31 21:55:57 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-01-31 21:55:57 +0100
commitfc38318929e79cb8cea9e6b7baca1690e30cba8d (patch)
treedcf57054a7bd5c63a2b29e579b0069e795327d65 /opentofu/README.md
parentb0f1598dd0a8875d85e6c8410d3072b6f2680023 (diff)
Replace terraform by opentofu
Diffstat (limited to 'opentofu/README.md')
-rw-r--r--opentofu/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/opentofu/README.md b/opentofu/README.md
new file mode 100644
index 0000000..c61ac9c
--- /dev/null
+++ b/opentofu/README.md
@@ -0,0 +1,7 @@
+# OpenTofu Configurations
+
+This folder contains OpenTofu configurations for provisioning infrastructure in my homelab.
+
+## Structure
+- **modules/**: Reusable OpenTofu modules (e.g., VM, network).
+- **environments/**: Environment-specific configurations (e.g., dev, prod).