blob: 8521989a68c4a513bec1cef2c26649f7a791f649 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# OpenTofu Infrastructure Provisioning
This folder contains OpenTofu configurations and modules for provisioning infrastructure in my homelab environment.
## Structure
- **`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 ..
|