From ce997a9a33e216932d43f4e774105d5f96d439bd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 14 Oct 2014 12:15:46 -0700 Subject: [PATCH] providers/aws: fix test --- builtin/providers/aws/resource_aws_instance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_instance_test.go b/builtin/providers/aws/resource_aws_instance_test.go index 58952c84d..2db17e59b 100644 --- a/builtin/providers/aws/resource_aws_instance_test.go +++ b/builtin/providers/aws/resource_aws_instance_test.go @@ -301,7 +301,7 @@ resource "aws_instance" "foo" { ` const testAccCheckInstanceConfigTagsUpdate = ` -resource "aws_vpc" "foo" { +resource "aws_instance" "foo" { tags { bar = "baz" }