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: 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
@@ -156,6 +156,7 @@ Security scanning is graciously provided by Prowler. Proowler is the leading ful
156
156
| <aname="input_port"></a> [port](#input\_port)| The redis port |`number`|`6379`| no |
157
157
| <aname="input_recovery_window_aws_secret"></a> [recovery\_window\_aws\_secret](#input\_recovery\_window\_aws\_secret)| Number of days that AWS Secrets Manager waits before it can delete the secret. This value can be 0 to force deletion without recovery or range from 7 to 30 days. |`number`|`0`| no |
158
158
| <aname="input_slack_channel"></a> [slack\_channel](#input\_slack\_channel)| The Slack channel where notifications will be posted. |`string`|`""`| no |
159
+
| <aname="input_slack_notification_enabled"></a> [slack\_notification\_enabled](#input\_slack\_notification\_enabled)| Whether to enable/disable slack notification. |`bool`|`false`| no |
159
160
| <aname="input_slack_username"></a> [slack\_username](#input\_slack\_username)| The username to use when sending notifications to Slack. |`string`|`""`| no |
160
161
| <aname="input_slack_webhook_url"></a> [slack\_webhook\_url](#input\_slack\_webhook\_url)| The Slack Webhook URL where notifications will be sent. |`string`|`""`| no |
161
162
| <aname="input_slow_log_destination"></a> [slow\_log\_destination](#input\_slow\_log\_destination)| The destination for slow logs(eg. Cloudwatch log-group name or kinesis firehose stream name.) |`string`|`null`| no |
|[aws_availability_zones.primary](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones)| data source |
37
+
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
38
+
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
31
39
32
40
## Inputs
33
41
@@ -38,7 +46,7 @@ No inputs.
38
46
| Name | Description |
39
47
|------|-------------|
40
48
| <aname="output_auth_token_password"></a> [auth\_token\_password](#output\_auth\_token\_password)| Elasticache-redis auth token password(this password may be old, because Terraform doesn't track it after initial creation) |
| <aname="output_elastic_cache_redis_security_group"></a> [elastic\_cache\_redis\_security\_group](#output\_elastic\_cache\_redis\_security\_group)| The security group ID of the cluster |
43
51
| <aname="output_id_of_redis_cluster"></a> [id\_of\_redis\_cluster](#output\_id\_of\_redis\_cluster)| ID of the elasticache-redis cluster |
44
52
| <aname="output_port_no"></a> [port\_no](#output\_port\_no)| Port number of Redis |
0 commit comments