mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-18 01:12:35 +00:00
7 lines
97 B
HCL
7 lines
97 B
HCL
resource "random_pet" "pet" {
|
|
1invalid_key= ""
|
|
}
|
|
|
|
output "pet" {
|
|
value = random_pet.pet.id
|
|
}
|