website: update module creation docs to link to version constraint info

This commit is contained in:
Alexis Grant 2018-07-25 16:05:44 -07:00 committed by Martin Atkins
parent 1a14ec8bd6
commit c97a4246ff
1 changed files with 2 additions and 2 deletions

View File

@ -212,8 +212,8 @@ If you've built a module that you intend to be reused, we recommend
[Terraform Registry](https://registry.terraform.io). This will version
your module, generate documentation, and more.
Published modules can be easily consumed by Terraform, and in Terraform
0.11 you'll also be able to constrain module versions for safe and predictable
Published modules can be easily consumed by Terraform, and (from Terraform
0.11) you can also [constrain module versions](usage.html#module-versions) for safe and predictable
updates. The following example shows how easy it is to consume a module
from the registry: