Fix typo version-constraints.mdx

Merge pull request #36422 from chrsalx/patch-1
pull/36452/head
Craig Wright 1 year ago committed by GitHub
commit 4b15b412a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -81,7 +81,7 @@ We recommend implementing the following best practices when configuration versio
### Module versions
- Require specific versions to ensure that updates only happen when convenient to you when your infrastructure depencds on third-party modules.
- Require specific versions to ensure that updates only happen when convenient to you when your infrastructure depends on third-party modules.
- Specify version ranges when your organization consistently uses semantic versioning for modules it maintains.
@ -95,4 +95,4 @@ We recommend implementing the following best practices when configuration versio
upgrade to newer versions of Terraform without altering the module.
- Root modules should use a `~>` constraint to set both a lower and upper bound
on versions for each provider they depend on.
on versions for each provider they depend on.

Loading…
Cancel
Save