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