Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
v-vlasenko authored Sep 21, 2022
1 parent 1b402da commit 083542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "random_pet" "pet" {
resource "pet" {
count = 10
keepers = {
# Generate a new pet name each time
Expand Down

0 comments on commit 083542b

Please sign in to comment.