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
*`status` - The current status of the subscription
35
35
*`plan_id` - The plan to which this subscription belongs
36
+
*`payment_method` - Payment method for the requested subscription. If `credit-card` is specified, the payment method id must be defined. This information is only used when creating a new subscription and any changes will be ignored after this.
36
37
*`payment_method_id` - A valid payment method pre-defined in the current account
37
38
*`creation_date` - When the subscription was created
Copy file name to clipboardExpand all lines: docs/resources/rediscloud_essentials_database.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The following arguments are supported:
67
67
*`replica` - (Optional) If specified, this database will be a replica of the specified Redis databases provided, documented below.
68
68
*`client_tls_certificates` - (Optional) A list of TLS/SSL certificates (public keys) with new line characters replaced by \n.
69
69
*`password` - (Optional) Password to access the database. If not specified, a random 32 character long alphanumeric password will be automatically generated.
70
-
*`enable_default_user` - (Optional) When `true` enables connecting to the database with the default user. Default `true`.
70
+
*`enable_default_user` - (Optional) When `true` enables connecting to the database with the default user. Default `true`. If set to `false`, any value for `password` will be ignored.
71
71
*`alert` - (Optional) A block defining Redis database alert. Can be specified multiple times. Documented below.
72
72
*`tags` - (Optional) A string/string map of tags to associate with this database. Note that all keys and values must be lowercase.
73
73
*`modules` - (Optional) A list of modules objects, documented below. **Modifying this attribute will force creation of a new resource.**
0 commit comments