Skip to content

Commit 4d0a14a

Browse files
authored
Merge pull request #18 from trussworks/clean-up-typos
Spelling 1:1 between lambda and terraform
2 parents 719c671 + 9bcd253 commit 4d0a14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module "iam_sleuth" {
2727
WARNING_AGE = var.warning_age
2828
SNS_MESSAGE = var.sns_message
2929
SLACK_MESSAGE_TITLE = var.slack_message_title
30-
SLACK_MESSAGE_TXT = var.slack_message_text
30+
SLACK_MESSAGE_TEXT = var.slack_message_text
3131
}
3232
}
3333

0 commit comments

Comments
 (0)