diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-02 16:05:38 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-02 16:05:38 +0100 |
commit | 93f98bb6051fa702458f6853873a4443a401ba87 (patch) | |
tree | 892714042cebda841112956d7373fcd0896dd890 /opentofu/README.md | |
parent | ed15ef307a5977816328b516a15436050232d99a (diff) |
opentofu: definition of a docker ready machine
First iteration, will be optimized later
Diffstat (limited to 'opentofu/README.md')
-rw-r--r-- | opentofu/README.md | 15 |
1 files changed, 11 insertions, 4 deletions
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 .. |