aboutsummaryrefslogtreecommitdiff
path: root/terraform
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-01-30 21:06:15 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-01-30 21:06:15 +0100
commita3cf8b4df83b83ed497f387a539f8530b7dc9888 (patch)
tree4bbbe157e9c09a970af414620f5f7200b43b820c /terraform
parente2aa562959cd337c976f3d81ec1c65afe667c7b8 (diff)
Adds README content and GPL
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, 20 insertions, 0 deletions
diff --git a/terraform/README.md b/terraform/README.md
index e69de29..cd4791d 100644
--- a/terraform/README.md
+++ b/terraform/README.md
@@ -0,0 +1,7 @@
+# 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
index e69de29..5c7a957 100644
--- a/terraform/environments/README.md
+++ b/terraform/environments/README.md
@@ -0,0 +1,7 @@
+# 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
index e69de29..c3c469b 100644
--- a/terraform/modules/README.md
+++ b/terraform/modules/README.md
@@ -0,0 +1,6 @@
+# Terraform Modules
+
+This folder contains reusable Terraform modules for provisioning infrastructure.
+
+## Available Modules
+-