Skip to content

Commit

Permalink
updated memorydb_cluster documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sasidhar-aws committed Oct 31, 2024
1 parent a97ee6d commit d4f774b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/memorydb_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ The following arguments are required:

* `acl_name` - (Required) The name of the Access Control List to associate with the cluster.
* `engine` - (Required) The engine that will run on your nodes. Supported values are `redis` and `valkey`.
* `engine_version` - (Required) Version number of the Redis engine to be used for the cluster. Downgrades are not supported.
* `node_type` - (Required) The compute and memory capacity of the nodes in the cluster. See AWS documentation on [supported node types](https://docs.aws.amazon.com/memorydb/latest/devguide/nodes.supportedtypes.html) as well as [vertical scaling](https://docs.aws.amazon.com/memorydb/latest/devguide/cluster-vertical-scaling.html).

The following arguments are optional:

* `auto_minor_version_upgrade` - (Optional, Forces new resource) When set to `true`, the cluster will automatically receive minor engine version upgrades after launch. Defaults to `true`.
* `data_tiering` - (Optional, Forces new resource) Enables data tiering. This option is not supported by all instance types. For more information, see [Data tiering](https://docs.aws.amazon.com/memorydb/latest/devguide/data-tiering.html).
* `description` - (Optional) Description for the cluster. Defaults to `"Managed by Terraform"`.
* `engine_version` - (Optional) Version number of the Redis engine to be used for the cluster. Downgrades are not supported.
* `final_snapshot_name` - (Optional) Name of the final cluster snapshot to be created when this resource is deleted. If omitted, no final snapshot will be made.
* `kms_key_arn` - (Optional, Forces new resource) ARN of the KMS key used to encrypt the cluster at rest.
* `maintenance_window` - (Optional) Specifies the weekly time range during which maintenance on the cluster is performed. Specify as a range in the format `ddd:hh24:mi-ddd:hh24:mi` (24H Clock UTC). The minimum maintenance window is a 60 minute period. Example: `sun:23:00-mon:01:30`.
Expand Down

0 comments on commit d4f774b

Please sign in to comment.