Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
Fix typo'd ]
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fairhead committed Nov 30, 2018
1 parent 6bbcd1c commit d962630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda_cron/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "aws_lambda_function" "job" {

vpc_config {
subnet_ids = ["${data.aws_subnet.application_subnet.*.id}"]
security_group_ids = ["${aws_security_group.job.id}]"]
security_group_ids = ["${aws_security_group.job.id}"]
}

tags {
Expand Down

0 comments on commit d962630

Please sign in to comment.