Add version warning to registry docs

Checked locally here by me and Jack
This commit is contained in:
Paul Banks 2017-09-19 08:54:22 -05:00 committed by GitHub
parent 17b9405fa8
commit 72631b34bd
1 changed files with 2 additions and 0 deletions

View File

@ -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 You can also publish your own modules on the Terraform Registry. You may
use the [public registry](https://registry.terraform.io) for public modules. 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). For private modules, you must use [Terraform Enterprise](https://www.hashicorp.com/products/terraform).