Commit 9f6d8c2c authored by Anton Babenko's avatar Anton Babenko

Add version requirements in README.md

parent 4add490b
...@@ -21,6 +21,10 @@ Usage ...@@ -21,6 +21,10 @@ Usage
----- -----
```hcl ```hcl
provider {
version = "~> 1.0.0"
}
module "vpc" { module "vpc" {
source = "terraform-aws-modules/vpc/aws" source = "terraform-aws-modules/vpc/aws"
...@@ -41,6 +45,11 @@ module "vpc" { ...@@ -41,6 +45,11 @@ module "vpc" {
} }
``` ```
Terraform version
-----------------
Terraform version 1.0.0 or newer is required for this version to work.
Examples Examples
-------- --------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment