From c97a4246ffc241b0d494966464508fd59025ece2 Mon Sep 17 00:00:00 2001 From: Alexis Grant Date: Wed, 25 Jul 2018 16:05:44 -0700 Subject: [PATCH] website: update module creation docs to link to version constraint info --- website/docs/modules/create.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/modules/create.html.markdown b/website/docs/modules/create.html.markdown index 6bd2fdd94..8ec4e1ffa 100644 --- a/website/docs/modules/create.html.markdown +++ b/website/docs/modules/create.html.markdown @@ -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: