|
|
|
|
@ -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.
|
|
|
|
|
|