diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-03 13:01:33 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-03 13:01:33 +0100 |
commit | d26133790a82e30955aeaa0327a30616788b9aee (patch) | |
tree | bab75464255b3d92377398cdc8ec530d6f1758a4 /opentofu/README.md | |
parent | cbe1116f9ea9c4b1c0e66125070d33236fe0bbc6 (diff) |
opentofu: main becomes docker-server, starting ubuntu and k8s cluster template
Diffstat (limited to 'opentofu/README.md')
-rw-r--r-- | opentofu/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opentofu/README.md b/opentofu/README.md index 1bf6e55..25e57d9 100644 --- a/opentofu/README.md +++ b/opentofu/README.md @@ -8,7 +8,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. -- **`main.tf`** – Primary OpenTofu configuration file, orchestrating resource provisioning. - **`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. |