From d770296e736a54b5b2502ecf9fee93a618ac84cd Mon Sep 17 00:00:00 2001 From: Andreas Grub Date: Mon, 8 Dec 2025 10:12:23 +0100 Subject: [PATCH] docs: add opentofu as terraform alternative --- .github/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 4944bfb3..3eec4316 100644 --- a/.github/README.md +++ b/.github/README.md @@ -78,8 +78,9 @@ irm https://raw.githubusercontent.com/meshcloud/collie-cli/main/install.ps1 | ie To use collie, you'll need to have the following tools installed. -- [terraform](https://www.terraform.io/downloads) to define landing zones using - infrastructure as code +- [tofu](https://opentofu.org/docs/intro/install/) + or [terraform](https://www.terraform.io/downloads) + to define landing zones using infrastructure as code - [terragrunt](https://terragrunt.gruntwork.io/docs/getting-started/install/) to build and deploy terraform - [terraform-docs](https://github.com/terraform-docs/terraform-docs/#installation)