Skip to content

Commit

Permalink
Add version requirements in README.md (fixes terraform-aws-modules#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Nov 22, 2017
1 parent 4d77c0a commit e9f4b03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Usage
-----

```hcl
provider {
provider "aws" {
version = "~> 1.0.0"
region = "eu-west-1"
}
module "vpc" {
Expand Down

0 comments on commit e9f4b03

Please sign in to comment.