mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
fix race condition in no_provides_in_main test (#33616)
This commit is contained in:
@@ -16,4 +16,8 @@ resource "test_resource" "primary" {
|
||||
resource "test_resource" "secondary" {
|
||||
provider = test.secondary
|
||||
value = "bar"
|
||||
|
||||
depends_on = [
|
||||
test_resource.primary,
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user