fix randomly failing destroyed_mod_outputs test (#2315)

Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
Oleksandr Levchenkov 2024-12-30 16:38:27 +02:00 committed by GitHub
parent 3945b3c93a
commit be5b14625d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,6 @@ output "val" {
}
resource "test_resource" "resource" {
id = "598318e0"
id = "id-${var.val}"
value = var.val
}