Skip to content

Commit

Permalink
test: add e2e test data
Browse files Browse the repository at this point in the history
  • Loading branch information
spoukke committed Dec 29, 2022
1 parent 183806c commit 67239c3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions internal/e2e/testdata/random-pets/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
resource "random_pet" "first" {
length = 1
}

resource "random_pet" "second" {
length = 2
}

resource "random_pet" "third" {
length = 3
}

0 comments on commit 67239c3

Please sign in to comment.