Skip to content

Commit 04e0429

Browse files
rednapraymondbutcher
authored andcommitted
Small changes to the readme (claranet#52)
1 parent ab9fa5a commit 04e0429

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ module "lambda" {
4747
}
4848

4949
// Add environment variables.
50-
environment {
51-
variables {
50+
environment = {
51+
variables = {
5252
SLACK_URL = var.slack_url
5353
}
5454
}

lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ resource "aws_lambda_function" "lambda" {
4747
subnet_ids = vpc_config.value.subnet_ids
4848
}
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)