fix race condition in no_provides_in_main test (#33616)

pull/33621/head
Liam Cervante 3 years ago committed by GitHub
parent d7e07e66fc
commit 8b764f2e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,4 +16,8 @@ resource "test_resource" "primary" {
resource "test_resource" "secondary" {
provider = test.secondary
value = "bar"
depends_on = [
test_resource.primary,
]
}

Loading…
Cancel
Save