From 492766e0072571552a58c77575835b520bd69954 Mon Sep 17 00:00:00 2001 From: Max Xu Date: Sat, 27 Jun 2026 11:55:55 +0800 Subject: [PATCH] fix: Update Terraform version in README to 1.5.5 The actual terraform version is 1.5.5 rather than 1.5.7, and here is the [request](https://github.com/crossplane-contrib/provider-terraform/issues/260) for upgrading to 1.5.7 Signed-off-by: Max Xu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index def10da..06786c0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Terraform Provider > [!IMPORTANT] -> This provider is frozen at Terraform 1.5.7 and will not adopt any Terraform versions released under the BSL license. For newer capabilities, consider [provider-opentofu](https://github.com/upbound/provider-opentofu) instead. +> This provider is frozen at Terraform 1.5.5 and will not adopt any Terraform versions released under the BSL license. For newer capabilities, consider [provider-opentofu](https://github.com/upbound/provider-opentofu) instead.