Skip to content

Commit 2eb6f52

Browse files
committed
fix: wrong test data
1 parent 44d6575 commit 2eb6f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/activeactive/testdata/public_endpoint_disabled.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ resource "rediscloud_active_active_subscription_database" "example" {
4949
override_region {
5050
name = "us-east-2"
5151
enable_default_user = true
52-
override_global_source_ips = ["192.10.0.0/16"]
52+
override_global_source_ips = ["172.16.0.0/16"]
5353
}
5454

5555
override_region {

0 commit comments

Comments
 (0)