You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
5
5
6
6
7
+
# 2.7.3 (6th November 2025)
8
+
9
+
## Changed
10
+
- Reworked the entire interaction between global/regional overrides and how they read config and state. This should fix many existing subtle state drift bugs.
11
+
12
+
## Fixed
13
+
-`rediscloud_active_active_subscription_database`: Fixed multiple issues concerning regional `enable_default_user` and `global_enable_default_user` to do with drift or incorrectly not detecting changes.
14
+
- The default for `global_enable_default_user` was omitted, it is now set to true.
15
+
-`rediscloud_active_active_transit_gateway_attachment`: Fixed parameter order bug in update operation.
16
+
17
+
## Testing
18
+
- Added acceptance tests covering `enable_default_user` inheritance and override scenarios
19
+
- Added acceptance test for `rediscloud_active_active_transit_gateway_attachment` resource lifecycle (Create/Read/Update/Delete/Import)
0 commit comments