Commit 5b623b90 authored by Anton Babenko's avatar Anton Babenko

Add version requirements in README.md (fixes #32)

parent 9f6d8c2c
...@@ -21,8 +21,9 @@ Usage ...@@ -21,8 +21,9 @@ Usage
----- -----
```hcl ```hcl
provider { provider "aws" {
version = "~> 1.0.0" version = "~> 1.0.0"
region = "eu-west-1"
} }
module "vpc" { module "vpc" {
......
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