Update version-constraints.mdx

pull/35699/head
James Nesta 2 years ago committed by GitHub
parent f844ba0be6
commit bb2711af94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 and NPM.
other dependency management systems like [Bundler](https://bundler.io/) and [npm](https://www.npmjs.com/).
```hcl
version = ">= 1.2.0, < 2.0.0"

Loading…
Cancel
Save