From 72631b34bd6ff1b0b03436ba96ffc4739265592c Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Tue, 19 Sep 2017 08:54:22 -0500 Subject: [PATCH] Add version warning to registry docs Checked locally here by me and Jack --- website/docs/registry/index.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/registry/index.html.md b/website/docs/registry/index.html.md index c785163a6..8b25a1310 100644 --- a/website/docs/registry/index.html.md +++ b/website/docs/registry/index.html.md @@ -25,6 +25,8 @@ module "consul" { } ``` +~> **Note:** Module registry integration was added in Terraform 10.6 + You can also publish your own modules on the Terraform Registry. You may use the [public registry](https://registry.terraform.io) for public modules. For private modules, you must use [Terraform Enterprise](https://www.hashicorp.com/products/terraform).