website: correct the version when Terraform Registry support was added

This commit is contained in:
Martin Atkins 2017-09-19 09:54:45 -07:00 committed by GitHub
parent b0bf92d5e1
commit 4daf624459
1 changed files with 1 additions and 1 deletions

View File

@ -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.