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: website/docs/d/database.html.markdown
+1-2
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,6 @@ The following attributes are exported:
69
69
*`mysql_require_primary_key` - The configuration value for whether primary keys are required on the managed database (MySQL engine types only).
70
70
*`mysql_slow_query_log` - The configuration value for slow query logging on the managed database (MySQL engine types only).
71
71
*`mysql_long_query_time` - The configuration value for the long query time (in seconds) on the managed database (MySQL engine types only).
72
-
*`redis_eviction_policy` - (Deprecated: use `eviction_policy` instead) The configuration value for the data eviction policy on the managed database (Redis engine types only).
73
-
*`eviction_policy` - The configuration value for the data eviction policy on the managed database (Redis engine types only).
72
+
*`eviction_policy` - The configuration value for the data eviction policy on the managed database (Valkey engine types only).
74
73
*`cluster_time_zone` - The configured time zone for the Managed Database in TZ database format.
75
74
*`read_replicas` - A list of read replicas attached to the managed database.
Copy file name to clipboardexpand all lines: website/docs/r/database.html.markdown
+2-4
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,7 @@ The following arguments are supported:
64
64
*`mysql_require_primary_key` - (Optional) The configuration value for whether primary keys are required on the managed database (MySQL engine types only).
65
65
*`mysql_slow_query_log` - (Optional) The configuration value for slow query logging on the managed database (MySQL engine types only).
66
66
*`mysql_long_query_time` - (Optional) The configuration value for the long query time (in seconds) on the managed database (MySQL engine types only).
67
-
*`redis_eviction_policy` - (Deprecated: use `eviction_policy` instead) The configuration value for the data eviction policy on the managed database (Redis engine types only).
68
-
*`eviction_policy` - (Optional) The configuration value for the data eviction policy on the managed database (Redis engine types only - `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`).
67
+
*`eviction_policy` - (Optional) The configuration value for the data eviction policy on the managed database (Valkey engine types only - `noeviction`, `allkeys-lru`, `volatile-lru`, `allkeys-random`, `volatile-random`, `volatile-ttl`, `volatile-lfu`, `allkeys-lfu`).
69
68
70
69
## Attributes Reference
71
70
@@ -104,8 +103,7 @@ The following attributes are exported:
104
103
*`mysql_require_primary_key` - The configuration value for whether primary keys are required on the managed database (MySQL engine types only).
105
104
*`mysql_slow_query_log` - The configuration value for slow query logging on the managed database (MySQL engine types only).
106
105
*`mysql_long_query_time` - The configuration value for the long query time (in seconds) on the managed database (MySQL engine types only).
107
-
*`redis_eviction_policy` - (Deprecated: use `eviction_policy` instead) The configuration value for the data eviction policy on the managed database (Redis engine types only).
108
-
*`eviction_policy` - The configuration value for the data eviction policy on the managed database (Redis engine types only).
106
+
*`eviction_policy` - The configuration value for the data eviction policy on the managed database (Valkey engine types only).
109
107
*`cluster_time_zone` - The configured time zone for the Managed Database in TZ database format.
110
108
*`read_replicas` - A list of read replicas attached to the managed database.
Copy file name to clipboardexpand all lines: website/docs/r/database_replica.html.markdown
+1-2
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,5 @@ The following attributes are exported:
69
69
*`mysql_require_primary_key` - The configuration value for whether primary keys are required on the managed database read replica (MySQL engine types only).
70
70
*`mysql_slow_query_log` - The configuration value for slow query logging on the managed database read replica (MySQL engine types only).
71
71
*`mysql_long_query_time` - The configuration value for the long query time (in seconds) on the managed database read replica (MySQL engine types only).
72
-
*`redis_eviction_policy` - (Deprecated: use `eviction_policy` instead) The configuration value for the data eviction policy on the managed database read replica (Redis engine types only).
73
-
*`eviction_policy` - The configuration value for the data eviction policy on the managed database read replica (Redis engine types only).
72
+
*`eviction_policy` - The configuration value for the data eviction policy on the managed database read replica (Valkey engine types only).
74
73
*`cluster_time_zone` - The configured time zone for the managed database read replica in TZ database format.
Copy file name to clipboardexpand all lines: website/docs/r/database_user.html.markdown
+9-13
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ The following arguments are supported:
35
35
*`encryption` - (Optional) The encryption type of the new managed database user's password (MySQL engine types only - `caching_sha2_password`, `mysql_native_password`).
36
36
*`permission` - (Optional) The permission level for the database user (Kafka engine types only - `admin`, `read`, `write`, `readwrite`).
37
37
38
-
`access_control` - (Optional) The access control configuration for the new managed database user (Redis engine types only). It supports the following fields:
38
+
`access_control` - (Optional) The access control configuration for the new managed database user (Valkey engine types only). It supports the following fields:
39
39
40
-
*`redis_acl_categories` - (Required) The list of command category rules for this managed database user.
41
-
*`redis_acl_channels` - (Required) The list of publish/subscribe channel patterns for this managed database user.
42
-
*`redis_acl_commands` - (Required) The list of individual command rules for this managed database user.
43
-
*`redis_acl_keys` - (Required) The list of access rules for this managed database user.
40
+
*`acl_categories` - (Required) The list of command category rules for this managed database user.
41
+
*`acl_channels` - (Required) The list of publish/subscribe channel patterns for this managed database user.
42
+
*`acl_commands` - (Required) The list of individual command rules for this managed database user.
43
+
*`acl_keys` - (Required) The list of access rules for this managed database user.
44
44
45
45
## Attributes Reference
46
46
@@ -54,11 +54,7 @@ The following attributes are exported:
54
54
55
55
`access_control`
56
56
57
-
*`redis_acl_categories` - (Deprecated: use `acl_categories` instead) List of command category rules for this managed database user (Redis engine types only).
58
-
*`redis_acl_channels` - (Deprecated: use `acl_channels` instead) List of publish/subscribe channel patterns for this managed database user (Redis engine types only).
59
-
*`redis_acl_commands` - (Deprecated: use `acl_commands` instead) List of individual command rules for this managed database user (Redis engine types only).
60
-
*`redis_acl_keys` - (Deprecated: use `acl_keys` instead) List of access rules for this managed database user (Redis engine types only).
61
-
*`acl_categories` - List of command category rules for this managed database user (Redis engine types only).
62
-
*`acl_channels` - List of publish/subscribe channel patterns for this managed database user (Redis engine types only).
63
-
*`acl_commands` - List of individual command rules for this managed database user (Redis engine types only).
64
-
*`acl_keys` - List of access rules for this managed database user (Redis engine types only).
57
+
*`acl_categories` - List of command category rules for this managed database user (Valkey engine types only).
58
+
*`acl_channels` - List of publish/subscribe channel patterns for this managed database user (Valkey engine types only).
59
+
*`acl_commands` - List of individual command rules for this managed database user (Valkey engine types only).
60
+
*`acl_keys` - List of access rules for this managed database user (Valkey engine types only).
0 commit comments