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
@@ -87,9 +87,9 @@ Examples codified under the [`examples`](https://github.com/clowdhaus/terraform-
87
87
| <aname="input_num_cache_nodes"></a> [num\_cache\_nodes](#input\_num\_cache\_nodes)| The initial number of cache nodes that the cache cluster will have. For Redis, this value must be 1. For Memcached, this value must be between 1 and 40. If this number is reduced on subsequent runs, the highest numbered nodes will be removed |`number`|`1`| no |
88
88
| <aname="input_num_node_groups"></a> [num\_node\_groups](#input\_num\_node\_groups)| Number of node groups (shards) for this Redis replication group. Changing this number will trigger a resizing operation before other settings modifications |`number`|`null`| no |
89
89
| <aname="input_outpost_mode"></a> [outpost\_mode](#input\_outpost\_mode)| Specify the outpost mode that will apply to the cache cluster creation. Valid values are `single-outpost` and `cross-outpost`, however AWS currently only supports `single-outpost` mode |`string`|`null`| no |
90
-
| <aname="input_parameter_group_description"></a> [parameter\_group\_description](#input\_parameter\_group\_description)|Description for the ElastiCache parameter group|`string`|`""`| no |
90
+
| <aname="input_parameter_group_description"></a> [parameter\_group\_description](#input\_parameter\_group\_description)|The description of the ElastiCache parameter group. Defaults to `Managed by Terraform`|`string`|`null`| no |
91
91
| <aname="input_parameter_group_family"></a> [parameter\_group\_family](#input\_parameter\_group\_family)| The family of the ElastiCache parameter group |`string`|`null`| no |
92
-
| <aname="input_parameter_group_name"></a> [parameter\_group\_name](#input\_parameter\_group\_name)| The name of the parameter groupto associate with this cache cluster|`string`|`null`| no |
92
+
| <aname="input_parameter_group_name"></a> [parameter\_group\_name](#input\_parameter\_group\_name)| The name of the parameter group. If `create_parameter_group` is `true`, this is the name assigned to the parameter group created. Otherwise, this is the name of an existing parameter group|`string`|`null`| no |
93
93
| <aname="input_parameters"></a> [parameters](#input\_parameters)| List of ElastiCache parameters to apply |`list(map(string))`|`[]`| no |
94
94
| <aname="input_port"></a> [port](#input\_port)| The port number on which each of the cache nodes will accept connections. For Memcached the default is `11211`, and for Redis the default port is `6379`|`number`|`null`| no |
95
95
| <aname="input_preferred_availability_zones"></a> [preferred\_availability\_zones](#input\_preferred\_availability\_zones)| List of the Availability Zones in which cache nodes are created |`list(string)`|`[]`| no |
@@ -119,8 +119,8 @@ Examples codified under the [`examples`](https://github.com/clowdhaus/terraform-
119
119
| <aname="output_cluster_cache_nodes"></a> [cluster\_cache\_nodes](#output\_cluster\_cache\_nodes)| List of node objects including `id`, `address`, `port` and `availability_zone`|
| <aname="output_cluster_engine_version_actual"></a> [cluster\_engine\_version\_actual](#output\_cluster\_engine\_version\_actual)| Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine |
122
-
| <aname="output_parameter_group_id"></a> [parameter\_group\_id](#output\_parameter\_group\_id)| The ElastiCache parameter group id|
123
-
| <aname="output_parameter_group_name"></a> [parameter\_group\_name](#output\_parameter\_group\_name)| The ElastiCache parameter group name |
122
+
| <aname="output_parameter_group_arn"></a> [parameter\_group\_arn](#output\_parameter\_group\_arn)| The AWS ARN associated with the parameter group |
123
+
| <aname="output_parameter_group_id"></a> [parameter\_group\_id](#output\_parameter\_group\_id)| The ElastiCache parameter group name |
124
124
| <aname="output_rep_group_arn"></a> [rep\_group\_arn](#output\_rep\_group\_arn)| ARN of the created ElastiCache Replication Group |
125
125
| <aname="output_rep_group_coniguration_endpoint_address"></a> [rep\_group\_coniguration\_endpoint\_address](#output\_rep\_group\_coniguration\_endpoint\_address)| Address of the replication group configuration endpoint when cluster mode is enabled |
126
126
| <aname="output_rep_group_engine_version_actual"></a> [rep\_group\_engine\_version\_actual](#output\_rep\_group\_engine\_version\_actual)| Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine |
0 commit comments