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
| name | The replication group identifier. This parameter is stored as a lowercase string. |`string`| n/a | yes |
97
-
| node_type | The compute and memory capacity of the nodes in the node group. |`string`| n/a | yes |
98
-
| number_cache_clusters | The number of cache clusters (primary and replicas) this replication group will have. |`string`| n/a | yes |
99
-
| source_cidr_blocks | List of source CIDR blocks. |`list(string)`| n/a | yes |
100
-
| subnet_ids | List of VPC Subnet IDs for the cache subnet group. |`list(string)`| n/a | yes |
101
-
| vpc_id | VPC Id to associate with Redis ElastiCache. |`string`| n/a | yes |
102
-
| apply_immediately | Specifies whether any modifications are applied immediately, or during the next maintenance window. |`bool`|`false`| no |
103
-
| at_rest_encryption_enabled | Whether to enable encryption at rest. |`bool`|`true`| no |
104
-
| automatic_failover_enabled | Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails. |`bool`|`true`| no |
105
-
| description | The description of the all resources. |`string`|`"Managed by Terraform"`| no |
106
-
| engine_version | The version number of the cache engine to be used for the cache clusters in this replication group. |`string`|`"5.0.6"`| no |
107
-
| family | The family of the ElastiCache parameter group. |`string`|`"redis5.0"`| no |
108
-
| maintenance_window | Specifies the weekly time range for when maintenance on the cache cluster is performed. |`string`|`""`| no |
109
-
| port | The port number on which each of the cache nodes will accept connections. |`number`|`6379`| no |
110
-
| snapshot_retention_limit | The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. |`number`|`30`| no |
111
-
| snapshot_window | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. |`string`|`""`| no |
112
-
| tags | A mapping of tags to assign to all resources. |`map(string)`|`{}`| no |
113
-
| transit_encryption_enabled | Whether to enable encryption in transit. |`bool`|`true`| no |
113
+
| Name | Description | Type | Default | Required |
| apply\_immediately | Specifies whether any modifications are applied immediately, or during the next maintenance window. |`bool`|`false`| no |
116
+
| at\_rest\_encryption\_enabled | Whether to enable encryption at rest. |`bool`|`true`| no |
117
+
| automatic\_failover\_enabled | Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails. |`bool`|`true`| no |
118
+
| description | The description of the all resources. |`string`|`"Managed by Terraform"`| no |
119
+
| engine\_version | The version number of the cache engine to be used for the cache clusters in this replication group. |`string`|`"5.0.6"`| no |
120
+
| family | The family of the ElastiCache parameter group. |`string`|`"redis5.0"`| no |
121
+
| maintenance\_window | Specifies the weekly time range for when maintenance on the cache cluster is performed. |`string`|`""`| no |
122
+
| name | The replication group identifier. This parameter is stored as a lowercase string. |`string`| n/a | yes |
123
+
| node\_type | The compute and memory capacity of the nodes in the node group. |`string`| n/a | yes |
124
+
| number\_cache\_clusters | The number of cache clusters (primary and replicas) this replication group will have. |`string`| n/a | yes |
125
+
| parameters | 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 |
126
+
| port | The port number on which each of the cache nodes will accept connections. |`number`|`6379`| no |
127
+
| snapshot\_retention\_limit | The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. |`number`|`30`| no |
128
+
| snapshot\_window | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. |`string`|`""`| no |
129
+
| source\_cidr\_blocks | List of source CIDR blocks. |`list(string)`| n/a | yes |
130
+
| subnet\_ids | List of VPC Subnet IDs for the cache subnet group. |`list(string)`| n/a | yes |
131
+
| tags | A mapping of tags to assign to all resources. |`map(string)`|`{}`| no |
132
+
| transit\_encryption\_enabled | Whether to enable encryption in transit. |`bool`|`true`| no |
133
+
| vpc\_id | VPC Id to associate with Redis ElastiCache. |`string`| n/a | yes |
0 commit comments