aboutsummaryrefslogtreecommitdiffstats
path: root/opentofu/README.md
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2026-06-27 20:44:09 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2026-06-27 20:44:09 +0200
commitcbbc2b146b70a40fa9254546026ee355384e68d1 (patch)
treed1f71bf5691b1e307f8d96d1a2d6e2cf21860ec6 /opentofu/README.md
parent463e063f5b99557c4337afb5a15541f9b0d0e1e6 (diff)
downloadhomelab-iac-cbbc2b146b70a40fa9254546026ee355384e68d1.tar.gz
homelab-iac-cbbc2b146b70a40fa9254546026ee355384e68d1.tar.bz2
homelab-iac-cbbc2b146b70a40fa9254546026ee355384e68d1.zip
tofu: use clouds.yaml for authentication to openstackHEADmaster
Diffstat (limited to 'opentofu/README.md')
-rw-r--r--opentofu/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/opentofu/README.md b/opentofu/README.md
index f47e00e..06def9a 100644
--- a/opentofu/README.md
+++ b/opentofu/README.md
@@ -7,7 +7,6 @@ OpenTofu is used to define, manage, and provision infrastructure as code (IaC).
## **Project Structure**
- **`README.md`** – Project overview and documentation.
-- **`examples/`** – Sample configurations demonstrating how to use modules in different scenarios.
- **`modules/`** – Reusable OpenTofu modules for provisioning infrastructure components.
- **`outputs.tf`** – Definitions of outputs to expose key resource attributes.
- **`provider.tf`** – Configuration for OpenTofu providers, such as Proxmox.