Skip to content

Commit

Permalink
MARIO-2023 pass in provider
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnmol committed Nov 9, 2018
1 parent a31b60c commit b8af19b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/lambda_function_scheduled_vpc/cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ resource "aws_cloudwatch_event_target" "lambda_vpc" {
}

module "lambda_app_cloudwatch" {
//source = "git@github.com:albumprinter/eops_tf_modules.git//apps/cloudwatch_lambda"
source = "../../apps/cloudwatch_lambda"
app_name = "${var.app_name}"
log_group_name = "/aws/lambda/${var.app_name}"
Expand All @@ -23,4 +22,8 @@ module "lambda_app_cloudwatch" {
description = "${var.description}"
tags_purpose = "${var.tags_purpose}"
retention_days = "${var.retention_days}"

providers = {
aws = "aws"
}
}

0 comments on commit b8af19b

Please sign in to comment.