From de553b4945373232db5a681487eba73803851185 Mon Sep 17 00:00:00 2001 From: Steven Wade Date: Tue, 7 May 2024 14:52:05 +0100 Subject: [PATCH] Add OpenTofu min supported version to readme. Signed-off-by: Steven Wade --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aceb103e..a41afb12 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The following guides are available to help you use the provider: ## Requirements - [Terraform](https://www.terraform.io/downloads.html) 1.5.x or newer +- [OpenTofu](https://opentofu.org/) v1.7.x or newer - [Go](https://golang.org/doc/install) 1.22 (to build the provider plugin) ## Contributing to the provider