From 25b978a498e0b32fcf8cb46956625230f87ce7c9 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Wed, 13 Sep 2023 05:56:38 -0400 Subject: [PATCH] Update README.md Co-authored-by: Radek Simko --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6894175..462c1a8 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ general purpose use. The Terraform core team **recommends against** using `terraform-json` if your application has any of the following requirements: -* **Forwards-compatibility**: each version of this library represents a specific +* **Forward-compatibility**: each version of this library represents a specific snapshot of the [Terraform JSON output format](https://developer.hashicorp.com/terraform/internals/json-format), - and it often slightly lags Terraform itself. The library supports + and it often slightly lags behind Terraform itself. The library supports [the 1.x compatibility promises](https://developer.hashicorp.com/terraform/language/v1-compatibility-promises) but you will need to upgrade the version promptly to use new additions. If you require full compatibility with future Terraform versions, we recommend