Skip to content

Commit

Permalink
Fix usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonbondon committed May 24, 2020
1 parent 0f42aa1 commit 24960d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For more real life examples check [./examples directory](./examples)
```terraform
module "check" {
source = "gordonbondon/verify/common"
version = "~> 2.0"
version = "~> 1.0"
match = contains(list("a", "b", "c"), "a")
error = "Value must be one of a,b,c"
Expand Down

0 comments on commit 24960d6

Please sign in to comment.