Skip to content

Commit 2397f29

Browse files
Fix blocks in readme
1 parent 04e0429 commit 2397f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module "lambda" {
4242
policy = data.aws_iam_policy_document.lambda.json
4343

4444
// Add a dead letter queue.
45-
dead_letter_config {
45+
dead_letter_config = {
4646
target_arn = aws_sqs_queue.dlq.arn
4747
}
4848

@@ -54,7 +54,7 @@ module "lambda" {
5454
}
5555

5656
// Deploy into a VPC.
57-
vpc_config {
57+
vpc_config = {
5858
subnet_ids = [aws_subnet.test.id]
5959
security_group_ids = [aws_security_group.test.id]
6060
}

0 commit comments

Comments
 (0)