Skip to content

Commit

Permalink
Add that test file over there
Browse files Browse the repository at this point in the history
  • Loading branch information
pselle committed Jul 10, 2019
1 parent 6102330 commit 133bbe9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/testdata/invalid-files/resource-count-and-for_each.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
resource "test" "foo" {
count = 2
for_each = ["a"]
}

0 comments on commit 133bbe9

Please sign in to comment.