Skip to content

Commit

Permalink
Small changes to the readme (claranet#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
rednap authored and raymondbutcher committed Jun 28, 2019
1 parent ab9fa5a commit 04e0429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ module "lambda" {
}

// Add environment variables.
environment {
variables {
environment = {
variables = {
SLACK_URL = var.slack_url
}
}
Expand Down
2 changes: 1 addition & 1 deletion lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ resource "aws_lambda_function" "lambda" {
subnet_ids = vpc_config.value.subnet_ids
}
}
}
}

0 comments on commit 04e0429

Please sign in to comment.