From ea140f6dc83f9a2d18587902ad762f00a8310891 Mon Sep 17 00:00:00 2001
From: Sahal Pathan <63746256+Sahal56@users.noreply.github.com>
Date: Mon, 24 Feb 2025 18:16:25 +0530
Subject: [PATCH] Update version-constraints.mdx (#36565)
Slight changes in docs:
1.1 => ~> 1.1
---
website/docs/language/expressions/version-constraints.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/language/expressions/version-constraints.mdx b/website/docs/language/expressions/version-constraints.mdx
index 9297f95b87..9aa3c9217e 100644
--- a/website/docs/language/expressions/version-constraints.mdx
+++ b/website/docs/language/expressions/version-constraints.mdx
@@ -48,7 +48,7 @@ The following table describes the operators you can use to configure version con
| `=`,
no operator | Allows only one exact version number. Cannot be combined with other conditions. |
| `!=` | Excludes an exact version number. |
| `>`,
`>=`,
`<`,
`<=` | Compares to a specified version. Terraform allows versions that resolve to `true`. The `>` and `>=` operators request newer versions. The `<` and `<=` operators request older versions. |
-| `~>` | Allows only the right-most version component to increment. Examples: