aboutsummaryrefslogtreecommitdiff
path: root/terraform
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 /terraform
parentb0f1598dd0a8875d85e6c8410d3072b6f2680023 (diff)
Replace terraform by opentofu
Diffstat (limited to 'terraform')
-rw-r--r--terraform/README.md7
-rw-r--r--terraform/environments/README.md7
-rw-r--r--terraform/modules/README.md6
3 files changed, 0 insertions, 20 deletions
diff --git a/terraform/README.md b/terraform/README.md
deleted file mode 100644
index cd4791d..0000000
--- a/terraform/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Terraform Configurations
-
-This folder contains Terraform configurations for provisioning infrastructure in my homelab.
-
-## Structure
-- **modules/**: Reusable Terraform modules (e.g., VM, network).
-- **environments/**: Environment-specific configurations (e.g., dev, prod).
diff --git a/terraform/environments/README.md b/terraform/environments/README.md
deleted file mode 100644
index 5c7a957..0000000
--- a/terraform/environments/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Terraform Environments
-
-This folder contains environment-specific Terraform configurations.
-
-## Environments
-- **dev/**: Development environment.
-- **prod/**: Production environment.
diff --git a/terraform/modules/README.md b/terraform/modules/README.md
deleted file mode 100644
index c3c469b..0000000
--- a/terraform/modules/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# Terraform Modules
-
-This folder contains reusable Terraform modules for provisioning infrastructure.
-
-## Available Modules
--