Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smiller171 committed Jun 25, 2019
1 parent a0771d9 commit 73f6625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ locals {
}
resource "errorcheck_is_valid" "shouldMatch" {
name = "shouldMatch"
test = local.compare == local.testSuccess
}
resource "errorcheck_is_valid" "Not_valid_if_not_match" {
name = "Not_valid_if_not_match"
test = local.compare == local.testFail
}
```
Expand Down

0 comments on commit 73f6625

Please sign in to comment.