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: modules/notify/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,6 @@ Subsumed by appvia's GNU V3 license; [see license](../../LICENSE).
164
164
| <aname="input_lambda_source_path"></a> [lambda\_source\_path](#input\_lambda\_source\_path)| The source path of the custom Lambda function |`string`|`null`| no |
165
165
| <aname="input_post_icons_url"></a> [post\_icons\_url](#input\_post\_icons\_url)| URLs (not base64 encoded!) to publically available icons for highlighting posts of error and/or warning status. Ideally 50px square. | <pre>object({<br> error_url = string<br> warning_url = string<br> })</pre> | <pre>{<br> "error_url": "https://raw.githubusercontent.com/appvia/terraform-aws-notifications/main/resources/posts-attention-icon.png",<br> "warning_url": "https://raw.githubusercontent.com/appvia/terraform-aws-notifications/main/resources/posts-warning-icon.png"<br>}</pre> | no |
166
166
| <aname="input_powertools_layer_arn_suffix"></a> [powertools\_layer\_arn\_suffix](#input\_powertools\_layer\_arn\_suffix)| The suffix of the ARN to use for AWS Powertools lambda layer (must match the architecture:https://docs.powertools.aws.dev/lambda/python/latest/.|`string`|`"AWSLambdaPowertoolsPythonV2-Arm64:79"`| no |
167
-
| <aname="input_putin_khuylo"></a> [putin\_khuylo](#input\_putin\_khuylo)| Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!|`bool`|`true`| no |
168
167
| <aname="input_python_runtime"></a> [python\_runtime](#input\_python\_runtime)| The lambda python runtime |`string`|`"python3.12"`| no |
169
168
| <aname="input_recreate_missing_package"></a> [recreate\_missing\_package](#input\_recreate\_missing\_package)| Whether to recreate missing Lambda package if it is missing locally or not |`bool`|`true`| no |
170
169
| <aname="input_reserved_concurrent_executions"></a> [reserved\_concurrent\_executions](#input\_reserved\_concurrent\_executions)| The amount of reserved concurrent executions for this lambda function. A value of 0 disables lambda from being triggered and -1 removes any concurrency limitations |`number`|`-1`| no |
@@ -186,6 +185,7 @@ Subsumed by appvia's GNU V3 license; [see license](../../LICENSE).
186
185
187
186
| Name | Description |
188
187
|------|-------------|
188
+
| <aname="output_distributions"></a> [distributions](#output\_distributions)| The list of slack/teams distributions that are managed |
189
189
| <aname="output_notify_slack_lambda_function_arn"></a> [notify\_slack\_lambda\_function\_arn](#output\_notify\_slack\_lambda\_function\_arn)| The ARN of the Lambda function |
190
190
| <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 |
191
191
| <aname="output_notify_slack_slack_lambda_function_name"></a> [notify\_slack\_slack\_lambda\_function\_name](#output\_notify\_slack\_slack\_lambda\_function\_name)| The name of the Lambda function |
Copy file name to clipboardExpand all lines: modules/notify/variables.tf
-29Lines changed: 0 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,3 @@
1
-
variable"putin_khuylo" {
2
-
description="Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!"
3
-
type=bool
4
-
default=true
5
-
}
6
-
7
1
variable"architecture" {
8
2
description="Instruction set architecture for your Lambda function. Valid values are \"x86_64\" or \"arm64\"."
9
3
type=string
@@ -34,12 +28,6 @@ variable "create_sns_topic" {
34
28
default=true
35
29
}
36
30
37
-
variable"hash_extra" {
38
-
description="The string to add into hashing function. Useful when building same source path for different functions."
39
-
type=string
40
-
default=""
41
-
}
42
-
43
31
variable"lambda_role" {
44
32
description="IAM role attached to the Lambda Function. If this is set then a role will not be created for you."
0 commit comments