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: | +| `~>` | Allows only the right-most version component to increment. Examples: | ## Version constraint behavior