From 93f98bb6051fa702458f6853873a4443a401ba87 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 2 Feb 2025 16:05:38 +0100 Subject: opentofu: definition of a docker ready machine First iteration, will be optimized later --- opentofu/README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'opentofu/README.md') diff --git a/opentofu/README.md b/opentofu/README.md index c61ac9c..8521989 100644 --- a/opentofu/README.md +++ b/opentofu/README.md @@ -1,7 +1,14 @@ -# OpenTofu Configurations +# OpenTofu Infrastructure Provisioning -This folder contains OpenTofu configurations for provisioning infrastructure in my homelab. +This folder contains OpenTofu configurations and modules for provisioning infrastructure in my homelab environment. ## Structure -- **modules/**: Reusable OpenTofu modules (e.g., VM, network). -- **environments/**: Environment-specific configurations (e.g., dev, prod). + +- **`README.md`**: Project overview. +- **`examples/`**: Sample configurations demonstrating module usage. +- **`main.tf`**: Primary entry point for the OpenTofu configuration. +- **`modules/`**: Reusable OpenTofu modules for provisioning infrastructure. +- **`outputs.tf`**: Definitions of outputs from the configuration. +- **`variables.tf`**: Definitions of input variables for the configuration. +- **`versions.tf`**: Specifies required provider versions. +- to complete .. -- cgit v1.2.3