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
##### Recommended method (stores remote state in S3 using `prjid` and `teamid` to create directory structure):
47
+
##### Recommended method (stores remote state in remote backend(S3, Azure storage, or Google bucket) using `prjid` and `teamid` to create directory structure):
| <aname="input_apply_immediately"></a> [apply\_immediately](#input\_apply\_immediately)| Specifies whether any database modifications are applied immediately, or during the next maintenance window. Default is false. |`bool`|`true`| no |
173
-
| <aname="input_availability_zone"></a> [availability\_zone](#input\_availability\_zone)| The Availability Zone for the cache cluster. If you want to create cache nodes in multi-az, use preferred\_availability\_zones instead. Default: System chosen Availability Zone. Changing this value will re-create the resource. |`string`|`null`| no |
174
-
| <aname="input_az_mode"></a> [az\_mode](#input\_az\_mode)| (Memcached only) Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region. Valid values for this parameter are single-az or cross-az, default is single-az. If you want to choose cross-az, num\_cache\_nodes must be greater than 1. |`string`|`null`| no |
175
-
| <aname="input_cache_nodes"></a> [cache\_nodes](#input\_cache\_nodes)| The initial number of cache nodes that the cache cluster will have. For Redis, this value must be 1. For Memcache, this value must be between 1 and 20. |`number`|`1`| no |
176
-
| <aname="input_cluster_id"></a> [cluster\_id](#input\_cluster\_id)| Group identifier. ElastiCache converts this name to lowercase |`string`|`null`| no |
177
-
| <aname="input_cluster_mode_enabled"></a> [cluster\_mode\_enabled](#input\_cluster\_mode\_enabled)| Flag to enable/disable creation of a native redis cluster. `automatic_failover_enabled` must be set to `true`. Only 1 `cluster_mode` block is allowed |`bool`|`false`| no |
178
-
| <aname="input_deploy_redis"></a> [deploy\_redis](#input\_deploy\_redis)| Feature flag, true or false |`bool`|`true`| no |
179
-
| <aname="input_deploy_redis_parameter_group"></a> [deploy\_redis\_parameter\_group](#input\_deploy\_redis\_parameter\_group)| Feature flag, true or false |`bool`|`true`| no |
180
-
| <aname="input_engine"></a> [engine](#input\_engine)| Name of the cache engine to be used for this cache cluster. Valid values for this parameter are memcached or redis. |`string`|`"redis"`| no |
181
-
| <aname="input_engine_version"></a> [engine\_version](#input\_engine\_version)| Version of engine |`string`|`"5.0.6"`| no |
182
-
| <aname="input_maintenance_window"></a> [maintenance\_window](#input\_maintenance\_window)| Specifies the weekly time range for when maintenance on the cache cluster is performed. |`string`|`"mon:10:30-mon:11:30"`| no |
183
-
| <aname="input_node_type"></a> [node\_type](#input\_node\_type)| The compute and memory capacity of the nodes |`string`|`"cache.t2.micro"`| no |
184
-
| <aname="input_notification_topic_arn"></a> [notification\_topic\_arn](#input\_notification\_topic\_arn)| An Amazon Resource Name (ARN) of an SNS topic to send ElastiCache notifications to. Example: arn:aws:sns:us-east-1:012345678999:my\_sns\_topic. |`string`|`null`| no |
185
-
| <aname="input_parameter"></a> [parameter](#input\_parameter)| A list of Redis parameters to apply. Note that parameters may differ from one Redis family to another | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
186
-
| <aname="input_parameter_group_family"></a> [parameter\_group\_family](#input\_parameter\_group\_family)| The family of the ElastiCache parameter group |`string`|`"redis5.0"`| no |
187
-
| <aname="input_port"></a> [port](#input\_port)| The port number on which each of the cache nodes will accept connections. For Memcache the default is 11211, and for Redis the default port is 6379. |`number`|`6379`| no |
188
-
| <aname="input_prjid"></a> [prjid](#input\_prjid)| Name of the project/stack e.g: mystack, nifieks, demoaci. Should not be changed after running 'tf apply' |`string`| n/a | yes |
189
-
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| One or more VPC security groups associated with the cache cluster |`string`| n/a | yes |
190
-
| <aname="input_snapshot_arns"></a> [snapshot\_arns](#input\_snapshot\_arns)| A single-element string list containing an Amazon Resource Name (ARN) of a Redis RDB snapshot file stored in Amazon S3. Example: arn:aws:s3:::my\_bucket/snapshot1.rdb |`list(any)`| <pre>[<br> ""<br>]</pre> | no |
191
-
| <aname="input_snapshot_retention_limit"></a> [snapshot\_retention\_limit](#input\_snapshot\_retention\_limit)| Number of days snapshot image will be retained |`number`|`5`| no |
192
-
| <aname="input_snapshot_window"></a> [snapshot\_window](#input\_snapshot\_window)| Daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. Example: 05:00-09:00. |`string`|`""`| no |
193
-
| <aname="input_teamid"></a> [teamid](#input\_teamid)| Name of the team/group e.g. devops, dataengineering. Should not be changed after running 'tf apply' |`string`| n/a | yes |
134
+
| <aname="input_config"></a> [config](#input\_config)| Redis configuration |`map(any)`|`{}`| no |
135
+
| <aname="input_extra_tags"></a> [extra\_tags](#input\_extra\_tags)| Additional tags to associate |`map(string)`|`{}`| no |
0 commit comments