From db1c1bec725d776b2bac57691be586e6eb1a6d95 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Wed, 4 Jan 2017 14:58:47 -0600 Subject: [PATCH] add missing runtime param to test --- .../providers/aws/resource_aws_s3_bucket_notification_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/aws/resource_aws_s3_bucket_notification_test.go b/builtin/providers/aws/resource_aws_s3_bucket_notification_test.go index 38ae0cfed..7cde3f0f5 100644 --- a/builtin/providers/aws/resource_aws_s3_bucket_notification_test.go +++ b/builtin/providers/aws/resource_aws_s3_bucket_notification_test.go @@ -455,6 +455,7 @@ resource "aws_lambda_function" "func" { function_name = "example_lambda_name_%d" role = "${aws_iam_role.iam_for_lambda.arn}" handler = "exports.example" + runtime = "nodejs4.3" } resource "aws_s3_bucket" "bucket" {