diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-31 21:55:57 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-31 21:55:57 +0100 |
commit | fc38318929e79cb8cea9e6b7baca1690e30cba8d (patch) | |
tree | dcf57054a7bd5c63a2b29e579b0069e795327d65 /README.md | |
parent | b0f1598dd0a8875d85e6c8410d3072b6f2680023 (diff) |
Replace terraform by opentofu
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ # Homelab IaC -This repository contains Infrastructure as Code (IaC) configurations for my homelab. It includes Terraform, Ansible, Packer, Kubernetes, and Docker configurations. +This repository contains Infrastructure as Code (IaC) configurations for my homelab. It includes OpenTofu, Ansible, Packer, Kubernetes, and Docker configurations. ## Structure -- **terraform/**: Terraform configurations for provisioning infrastructure. +- **opentofu/**: OpenTofu configurations for provisioning infrastructure. - **ansible/**: Ansible playbooks and roles for configuration management. - **packer/**: Packer templates for creating custom VM images. - **kubernetes/**: Kubernetes cluster and application configurations. |