Skip to content

Commit 424a1e9

Browse files
committed
fix: incorrect db type
1 parent 4164afc commit 424a1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/privatelink/testdata/testPrivateLink.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource "rediscloud_subscription" "pro_subscription" {
3939
}
4040

4141
## this will give some connections and databases in the output
42-
resource "rediscloud_active_active_subscription_database" "pro_database" {
42+
resource "rediscloud_subscription_database" "pro_database" {
4343
subscription_id = rediscloud_subscription.pro_subscription.id
4444
name = "db"
4545
memory_limit_in_gb = 1

0 commit comments

Comments
 (0)