Skip to content

Commit

Permalink
Fix terraform formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfds committed Oct 27, 2022
1 parent beeef70 commit 65738bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-slack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "random_string" "lambda_suffix" {
length = 8
special = false
lower = true
numeric = false
numeric = false
}

resource "aws_lambda_function" "default" {
Expand Down

0 comments on commit 65738bf

Please sign in to comment.