Skip to content

Commit ac27116

Browse files
committed
test: fix privatelink tests to be more robust
1 parent 5888ed4 commit ac27116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provider/privatelink/testdata/pro_private_link.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ resource "rediscloud_private_link" "pro_private_link" {
6767
principal_type = "aws_account"
6868
principal_alias = "principal 2"
6969
}
70+
71+
depends_on = [rediscloud_subscription_database.pro_database]
7072
}
7173

7274
data "rediscloud_private_link" "pro_private_link" {

0 commit comments

Comments
 (0)