From 4daf624459437f5049627fc3b77e8a46548fba66 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 19 Sep 2017 09:54:45 -0700 Subject: [PATCH] website: correct the version when Terraform Registry support was added --- website/docs/registry/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/registry/index.html.md b/website/docs/registry/index.html.md index 8b25a13101..db28ae4e98 100644 --- a/website/docs/registry/index.html.md +++ b/website/docs/registry/index.html.md @@ -25,7 +25,7 @@ module "consul" { } ``` -~> **Note:** Module registry integration was added in Terraform 10.6 +~> **Note:** Module registry integration was added in Terraform v0.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.