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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ If you want to subscribe the AWS Lambda Function created by this module to an ex
58
58
59
59
See the [functions](https://github.com/terraform-aws-modules/terraform-aws-notify-slack/tree/master/functions) for further details.
60
60
61
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
61
+
<!--BEGIN_TF_DOCS-->
62
62
## Requirements
63
63
64
64
| Name | Version |
@@ -161,7 +161,7 @@ See the [functions](https://github.com/terraform-aws-modules/terraform-aws-notif
161
161
| <aname="output_slack_topic_arn"></a> [slack\_topic\_arn](#output\_slack\_topic\_arn)| The ARN of the SNS topic from which messages will be sent to Slack |
162
162
| <aname="output_sns_topic_feedback_role_arn"></a> [sns\_topic\_feedback\_role\_arn](#output\_sns\_topic\_feedback\_role\_arn)| The Amazon Resource Name (ARN) of the IAM role used for SNS delivery status logging |
163
163
| <aname="output_this_slack_topic_arn"></a> [this\_slack\_topic\_arn](#output\_this\_slack\_topic\_arn)| The ARN of the SNS topic from which messages will be sent to Slack (backward compatibility for version 4.x) |
Copy file name to clipboardExpand all lines: examples/cloudwatch-alerts-to-slack/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Note that in practice, encryption of the Slack webhook URL should happen differe
55
55
56
56
Note that this example may create resources which can cost money. Run `terraform destroy` when you don't need these resources.
57
57
58
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
58
+
<!--BEGIN_TF_DOCS-->
59
59
## Requirements
60
60
61
61
| Name | Version |
@@ -103,4 +103,4 @@ No inputs.
103
103
| <aname="output_notify_slack_lambda_function_name"></a> [notify\_slack\_lambda\_function\_name](#output\_notify\_slack\_lambda\_function\_name)| The name of the Lambda function |
104
104
| <aname="output_notify_slack_lambda_function_version"></a> [notify\_slack\_lambda\_function\_version](#output\_notify\_slack\_lambda\_function\_version)| Latest published version of your Lambda function |
105
105
| <aname="output_sns_topic_arn"></a> [sns\_topic\_arn](#output\_sns\_topic\_arn)| The ARN of the SNS topic from which messages will be sent to Slack |
Copy file name to clipboardExpand all lines: examples/notify-slack-simple/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ $ terraform apply
18
18
19
19
Note that this example may create resources which can cost money (AWS Elastic IP, for example). Run `terraform destroy` when you don't need these resources.
20
20
21
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
21
+
<!--BEGIN_TF_DOCS-->
22
22
## Requirements
23
23
24
24
| Name | Version |
@@ -66,4 +66,4 @@ No inputs.
66
66
| <aname="output_notify_slack_lambda_function_name"></a> [notify\_slack\_lambda\_function\_name](#output\_notify\_slack\_lambda\_function\_name)| The name of the Lambda function |
67
67
| <aname="output_notify_slack_lambda_function_version"></a> [notify\_slack\_lambda\_function\_version](#output\_notify\_slack\_lambda\_function\_version)| Latest published version of your Lambda function |
68
68
| <aname="output_sns_topic_arn"></a> [sns\_topic\_arn](#output\_sns\_topic\_arn)| The ARN of the SNS topic from which messages will be sent to Slack |
0 commit comments