Skip to content

Commit def7af0

Browse files
committed
docs: changelog.md
1 parent 9dfdd42 commit def7af0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
77
# 2.7.2 (29th October 2025)
88

99
## Fixed
10-
- rediscloud_active_active_subscription_database: Fixed issue where changes to `global_enable_default_user` were not detected by Terraform. The API does not return this field in responses, so the provider now preserves the configured value in state to enable proper change detection. This fixes a state drift issue where users upgrading from older provider versions would have empty state for this field, causing Terraform to ignore configuration changes.
10+
- rediscloud_active_active_subscription_database: Fixed state drift issue where the `global_enable_default_user` field was not properly tracked in Terraform state, preventing changes from being detected.
1111

1212
# 2.7.1 (27th October 2025)
1313

provider/rediscloud_active_active_database_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ func TestAccResourceRedisCloudActiveActiveDatabase_CRUDI(t *testing.T) {
203203
"global_password",
204204
"global_source_ips.#",
205205
"global_source_ips.0",
206-
"global_enable_default_user",
207206
"override_region.#",
208207
"override_region.0.%",
209208
"override_region.0.name",

0 commit comments

Comments
 (0)