add failing test cases for TDD

This commit is contained in:
dmsolutionsmn 2024-08-07 01:08:17 -05:00
parent 7f4493e155
commit 608d624bdf
2 changed files with 39 additions and 1 deletions

View file

@ -0,0 +1,7 @@
resource "random_pet" "pet" {
1invalid_key= ""
}
output "pet" {
value = random_pet.pet.id
}