diff options
Diffstat (limited to 'opentofu')
-rw-r--r-- | opentofu/README.md | 7 | ||||
-rw-r--r-- | opentofu/environments/README.md | 7 | ||||
-rw-r--r-- | opentofu/modules/README.md | 6 |
3 files changed, 20 insertions, 0 deletions
diff --git a/opentofu/README.md b/opentofu/README.md new file mode 100644 index 0000000..c61ac9c --- /dev/null +++ b/opentofu/README.md @@ -0,0 +1,7 @@ +# OpenTofu Configurations + +This folder contains OpenTofu configurations for provisioning infrastructure in my homelab. + +## Structure +- **modules/**: Reusable OpenTofu modules (e.g., VM, network). +- **environments/**: Environment-specific configurations (e.g., dev, prod). diff --git a/opentofu/environments/README.md b/opentofu/environments/README.md new file mode 100644 index 0000000..be0c0ac --- /dev/null +++ b/opentofu/environments/README.md @@ -0,0 +1,7 @@ +# OpenTofu Environments + +This folder contains environment-specific OpenTofu configurations. + +## Environments +- **dev/**: Development environment. +- **prod/**: Production environment. diff --git a/opentofu/modules/README.md b/opentofu/modules/README.md new file mode 100644 index 0000000..4ba37a9 --- /dev/null +++ b/opentofu/modules/README.md @@ -0,0 +1,6 @@ +# OpenTofu Modules + +This folder contains reusable OpenTofu modules for provisioning infrastructure. + +## Available Modules +- |