mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-18 17:27:07 +00:00
add failing test cases for TDD
This commit is contained in:
parent
7f4493e155
commit
608d624bdf
2 changed files with 39 additions and 1 deletions
7
.github/workflows/data/failure/main.tf
vendored
Normal file
7
.github/workflows/data/failure/main.tf
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
resource "random_pet" "pet" {
|
||||
1invalid_key= ""
|
||||
}
|
||||
|
||||
output "pet" {
|
||||
value = random_pet.pet.id
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue