mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix randomly failing destroyed_mod_outputs test (#2315)
Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
parent
3945b3c93a
commit
be5b14625d
@ -6,6 +6,6 @@ output "val" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "test_resource" "resource" {
|
resource "test_resource" "resource" {
|
||||||
id = "598318e0"
|
id = "id-${var.val}"
|
||||||
value = var.val
|
value = var.val
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user