From 3355c1528dc17476a091873ea95a3b5565455069 Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 26 May 2016 03:38:39 -0500 Subject: [PATCH] provider/aws: Fix typo in ELB import test (#6886) --- builtin/providers/aws/import_aws_elb_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/import_aws_elb_test.go b/builtin/providers/aws/import_aws_elb_test.go index 8a9f2a27c387..f4d90dcef993 100644 --- a/builtin/providers/aws/import_aws_elb_test.go +++ b/builtin/providers/aws/import_aws_elb_test.go @@ -7,7 +7,7 @@ import ( ) func TestAccAWSELB_importBasic(t *testing.T) { - resourceName := "aws_subnet.bar" + resourceName := "aws_elb.bar" resource.Test(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) },