Add version warning to registry docs
Checked locally here by me and Jack
This commit is contained in:
parent
17b9405fa8
commit
72631b34bd
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue