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
Copy file name to clipboardExpand all lines: elasticache-redis/replication-group/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Provision a Redis cluster using AWS ElastiCache.
45
45
| <aname="input_alarm_actions"></a> [alarm\_actions](#input\_alarm\_actions)| SNS topcis or other actions to invoke for alarms |`list(object({ arn = string }))`|`[]`| no |
46
46
| <aname="input_allowed_cidr_blocks"></a> [allowed\_cidr\_blocks](#input\_allowed\_cidr\_blocks)| CIDR blocks allowed to access the database |`list(string)`|`[]`| no |
47
47
| <aname="input_allowed_security_group_ids"></a> [allowed\_security\_group\_ids](#input\_allowed\_security\_group\_ids)| Security group allowed to access the database |`list(string)`|`[]`| no |
48
+
| <aname="input_apply_immediately"></a> [apply\_immediately](#input\_apply\_immediately)| Set to true to apply changes immediately |`bool`|`false`| no |
48
49
| <aname="input_at_rest_encryption_enabled"></a> [at\_rest\_encryption\_enabled](#input\_at\_rest\_encryption\_enabled)| Set to false to disable encryption at rest |`bool`|`true`| no |
49
50
| <aname="input_client_security_group_name"></a> [client\_security\_group\_name](#input\_client\_security\_group\_name)| Override the name for the security group; defaults to identifer |`string`|`""`| no |
50
51
| <aname="input_create_client_security_group"></a> [create\_client\_security\_group](#input\_create\_client\_security\_group)| Set to false to only use existing security groups |`bool`|`true`| no |
0 commit comments