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
@@ -104,7 +105,7 @@ Examples codified under the [`examples`](https://github.com/clowdhaus/terraform-
104
105
| <aname="input_snapshot_retention_limit"></a> [snapshot\_retention\_limit](#input\_snapshot\_retention\_limit)| (Redis only) Number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them |`number`|`null`| no |
105
106
| <aname="input_snapshot_window"></a> [snapshot\_window](#input\_snapshot\_window)| (Redis only) Daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. Example: `05:00-09:00`|`string`|`null`| no |
106
107
| <aname="input_subnet_group_description"></a> [subnet\_group\_description](#input\_subnet\_group\_description)| Description for the Elasticache subnet group |`string`|`null`| no |
107
-
| <aname="input_subnet_group_name"></a> [subnet\_group\_name](#input\_subnet\_group\_name)|Name of the subnet group to be used for the cache cluster. Changing this value will re-create the resource|`string`|`null`| no |
108
+
| <aname="input_subnet_group_name"></a> [subnet\_group\_name](#input\_subnet\_group\_name)|The name of the subnet group. If `create_subnet_group` is `true`, this is the name assigned to the subnet group created. Otherwise, this is the name of an existing subnet group|`string`|`null`| no |
108
109
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| List of VPC Subnet IDs for the Elasticache subnet group |`list(string)`|`[]`| no |
109
110
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
110
111
| <aname="input_transit_encryption_enabled"></a> [transit\_encryption\_enabled](#input\_transit\_encryption\_enabled)| Enable encryption in-transit. Supported only with Memcached versions `1.6.12` and later, running in a VPC |`bool`|`null`| no |
@@ -128,7 +129,6 @@ Examples codified under the [`examples`](https://github.com/clowdhaus/terraform-
128
129
| <aname="output_rep_group_member_clusters"></a> [rep\_group\_member\_clusters](#output\_rep\_group\_member\_clusters)| Identifiers of all the nodes that are part of this replication group |
129
130
| <aname="output_rep_group_primary_endpoint_address"></a> [rep\_group\_primary\_endpoint\_address](#output\_rep\_group\_primary\_endpoint\_address)| Address of the endpoint for the primary node in the replication group, if the cluster mode is disabled |
130
131
| <aname="output_rep_group_reader_endpoint_address"></a> [rep\_group\_reader\_endpoint\_address](#output\_rep\_group\_reader\_endpoint\_address)| Address of the endpoint for the reader node in the replication group, if the cluster mode is disabled |
131
-
| <aname="output_subnet_group_ids"></a> [subnet\_group\_ids](#output\_subnet\_group\_ids)| The ElastiCache subnet group IDs |
132
132
| <aname="output_subnet_group_name"></a> [subnet\_group\_name](#output\_subnet\_group\_name)| The ElastiCache subnet group name |
description="The name of the subnet group. If `create_subnet_group` is `true`, this is the name assigned to the subnet group created. Otherwise, this is the name of an existing subnet group"
325
+
type=string
326
+
default=null
327
+
}
328
+
329
329
variable"subnet_group_description" {
330
330
description="Description for the Elasticache subnet group"
331
331
type=string
332
332
default=null
333
333
}
334
334
335
335
variable"subnet_ids" {
336
-
description="List of VPC Subnet IDs for the Elasticache subnet group"
336
+
description="List of VPC Subnet IDs for the Elasticache subnet group"
0 commit comments