Skip to content

Commit 4874506

Browse files
committed
fix: tfproviderlint fix and changelog update
1 parent 49f8267 commit 4874506

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

6+
# 2.6.0 (17th October 2025)
7+
8+
## Added:
9+
- Support for disabling public endpoints on databases. When public endpoints are disabled, database connections are restricted to private networks only (via VPC peering, PrivateLink, or Private Service Connect).
610

711
# 2.5.0 (13th October 2025)
812

provider/rediscloud_active_active_database_block_public_endpoints_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1010
)
1111

12-
func TestAccActiveActiveSubscriptionDatabaseBlockPublicEndpoints(t *testing.T) {
12+
func TestAccActiveActiveSubscriptionDatabase_BlockPublicEndpoints(t *testing.T) {
1313

1414
utils.AccRequiresEnvVar(t, "EXECUTE_TESTS")
1515

provider/rediscloud_pro_database_block_public_endpoints_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1010
)
1111

12-
func TestAccRedisCloudProDatabaseBlockPublicEndpoints(t *testing.T) {
12+
func TestAccRedisCloudProDatabase_BlockPublicEndpoints(t *testing.T) {
1313

1414
utils.AccRequiresEnvVar(t, "EXECUTE_TESTS")
1515

0 commit comments

Comments
 (0)