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
feat!: Add support for data tiering attribute, bump minimum supported versions of Terraform and AWS provider (#5)
* Add data tiering attribute
* fixing alphabeticalness
* updating readme from pre-commit
* fixing examples from pre-commit
* adding data tiering example
* Updating to AWS Provider 5.0. Merging data tiering example into complete example
* updating required TF version to 1.0
| <aname="input_create_parameter_group"></a> [create\_parameter\_group](#input\_create\_parameter\_group)| Determines whether to create parameter group specified |`bool`|`true`| no |
155
155
| <aname="input_create_subnet_group"></a> [create\_subnet\_group](#input\_create\_subnet\_group)| Determines whether to create subnet group specified |`bool`|`true`| no |
156
156
| <aname="input_create_users"></a> [create\_users](#input\_create\_users)| Determines whether to create users specified |`bool`|`true`| no |
157
+
| <aname="input_data_tiering"></a> [data\_tiering](#input\_data\_tiering)| Must be set to `true` when using a data tiering node type |`bool`|`null`| no |
157
158
| <aname="input_description"></a> [description](#input\_description)| Description for the cluster. Defaults to `Managed by Terraform`|`string`|`null`| no |
158
159
| <aname="input_engine_version"></a> [engine\_version](#input\_engine\_version)| Version number of the Redis engine to be used for the cluster. Downgrades are not supported |`string`|`null`| no |
159
160
| <aname="input_final_snapshot_name"></a> [final\_snapshot\_name](#input\_final\_snapshot\_name)| Name of the final cluster snapshot to be created when this resource is deleted. If omitted, no final snapshot will be made |`string`|`null`| no |
0 commit comments