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: docs/data-sources/rediscloud_essentials_database.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ data "rediscloud_essentials_database" "example" {
59
59
*`modules` A list of database modules, documented below.
60
60
*`latest_backup_status` - A latest_backup_status object, documented below.
61
61
*`latest_import_status` - A latest_import_status object, documented below.
62
+
*`tags` - A string/string map of all Tags associated with this database.
62
63
*`memory_limit_in_gb` - **Only relevant with Pay-As-You-Go databases.** Maximum memory usage for this specific database.
63
64
*`support_oss_cluster_api` - **Only relevant with Pay-As-You-Go databases.** Support Redis open-source (OSS) Cluster API.
64
65
*`external_endpoint_for_oss_cluster_api` - **Only relevant with Pay-As-You-Go databases.** Should use the external endpoint for open-source (OSS) Cluster API.
@@ -101,7 +106,7 @@ The following arguments are supported:
101
106
*`global_resp_version` - (Optional) Either 'resp2' or 'resp3'. Resp version for Crdb databases within the AA database. Must be compatible with Redis version.
102
107
*`port` - (Optional) TCP port on which the database is available - must be between 10000 and 19999. **Modifying this attribute will force creation of a new resource.**
103
108
*`override_region` - (Optional) Override region specific configuration, documented below
104
-
109
+
*`tags` - (Optional) A string/string map of tags to associate with this database. Note that all keys and values must be lowercase.
@@ -64,6 +69,7 @@ The following arguments are supported:
64
69
*`password` - (Optional) Password to access the database. If not specified, a random 32 character long alphanumeric password will be automatically generated.
65
70
*`enable_default_user` - (Optional) When `true` enables connecting to the database with the default user. Default `true`.
66
71
*`alert` - (Optional) A block defining Redis database alert. Can be specified multiple times. Documented below.
72
+
*`tags` - (Optional) A string/string map of tags to associate with this database. Note that all keys and values must be lowercase.
67
73
*`modules` - (Optional) A list of modules objects, documented below. **Modifying this attribute will force creation of a new resource.**
68
74
*`enable_payg_features` - (Optional) Whether to enable features restricted to Pay-As-You-Go legacy databases. It is not supported for new databases. Default `false`.
69
75
*`memory_limit_in_gb` - (Optional) **Only used with Pay-As-You-Go databases.** Maximum memory usage for the database.
@@ -105,7 +109,8 @@ The following arguments are supported:
105
109
*`enable_tls` - (Optional) Use TLS for authentication. Default: ‘false’
106
110
*`port` - (Optional) TCP port on which the database is available - must be between 10000 and 19999. **Modifying this attribute will force creation of a new resource.**
107
111
*`remote_backup` (Optional) Specifies the backup options for the database, documented below
108
-
*`enable_default_user` (Optional) When `true` enables connecting to the database with the default user. Default `true`.
112
+
*`enable_default_user` (Optional) When `true` enables connecting to the database with the default user. Default `true`.
113
+
*`tags` - (Optional) A string/string map of Tags to associate with this database. Note that all keys and values must be lowercase.
0 commit comments