From a3cf8b4df83b83ed497f387a539f8530b7dc9888 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 30 Jan 2025 21:06:15 +0100 Subject: Adds README content and GPL --- terraform/README.md | 7 +++++++ terraform/environments/README.md | 7 +++++++ terraform/modules/README.md | 6 ++++++ 3 files changed, 20 insertions(+) (limited to 'terraform') 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 +- -- cgit v1.2.3