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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@
3
3
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
+
7
+
# Unreleased
8
+
9
+
## Fixed
10
+
-`rediscloud_active_active_subscription_database`: Fixed drift detection for `enable_default_user` in region overrides. Regions now correctly inherit from `global_enable_default_user` when not explicitly set, eliminating spurious diffs.
11
+
-`rediscloud_active_active_subscription_database`: Fixed drift detection for `global_data_persistence`. This field now correctly tracks API-returned values without causing unexpected diffs.
Copy file name to clipboardExpand all lines: docs/resources/rediscloud_subscription.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,9 +151,12 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/d
151
151
152
152
## Attribute reference
153
153
154
-
*`aws_account_id` - AWS account ID that the subscription is deployed in (AWS subscriptions only).
155
154
*`customer_managed_key_redis_service_account` - Outputs the id of the service account associated with the subscription. Useful as part of the CMK flow.
156
155
156
+
The `cloud_provider` block has these attributes:
157
+
158
+
*`aws_account_id` - AWS account ID that the subscription is deployed in (AWS subscriptions only).
159
+
157
160
The `region` block has these attributes:
158
161
159
162
*`networks` - List of generated network configuration
0 commit comments