Skip to content

Commit c303a09

Browse files
committed
docs: changelog
1 parent 7c95874 commit c303a09

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ 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

66

7-
# 2.7.2 (29th October 2025)
7+
# 2.7.2 (31st October 2025)
88

99
## Fixed
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.
10+
- rediscloud_active_active_subscription_database: Fixed state management for global configuration fields (`global_enable_default_user`, `global_data_persistence`, `global_password`). These fields are now read directly from the API response instead of being preserved from configuration, eliminating state drift issues and ensuring accurate change detection.
11+
- rediscloud_active_active_subscription_database: Fixed issue where setting `global_enable_default_user = false` was silently ignored during updates. The provider now correctly handles boolean `false` values.
12+
- rediscloud_private_link_endpoint_script and rediscloud_active_active_private_link_endpoint_script datasources: Updated to support changes in the underlying API structure for endpoint scripts.
13+
1114

1215
# 2.7.1 (27th October 2025)
1316

0 commit comments

Comments
 (0)