mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-21 18:57:08 +00:00
add test for stdout with jq
This commit is contained in:
parent
ac70dfc1e1
commit
51689abe40
2 changed files with 72 additions and 5 deletions
8
.github/workflows/data/local/main.tf
vendored
8
.github/workflows/data/local/main.tf
vendored
|
|
@ -1,5 +1,5 @@
|
|||
resource "null_resource" "null" {
|
||||
triggers = {
|
||||
value = timestamp()
|
||||
}
|
||||
resource "random_pet" "pet" {}
|
||||
|
||||
output "pet" {
|
||||
value = random_pet.pet.id
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue