Skip to content

Commit

Permalink
Update version-constraints.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jnesta-lh authored Sep 10, 2024
1 parent bb2711a commit bc6b1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/expressions/version-constraints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ constraint. Version constraints are used when configuring:
## Version Constraint Syntax

Terraform's syntax for version constraints is very similar to the syntax used by
other dependency management systems like [Bundler](https://bundler.io/) and [npm](https://www.npmjs.com/).
other dependency management systems like Bundler and npm.

```hcl
version = ">= 1.2.0, < 2.0.0"
Expand Down

0 comments on commit bc6b1be

Please sign in to comment.