From 0f91b30f648b6c52a6f3a241de51c3a027628d0c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 20 Apr 2016 12:21:08 -0700 Subject: [PATCH] providers/aws/vpc_peering: don't run id-only on plan test --- .../providers/aws/resource_aws_vpc_peering_connection_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/builtin/providers/aws/resource_aws_vpc_peering_connection_test.go b/builtin/providers/aws/resource_aws_vpc_peering_connection_test.go index da92ff5493..8d89163309 100644 --- a/builtin/providers/aws/resource_aws_vpc_peering_connection_test.go +++ b/builtin/providers/aws/resource_aws_vpc_peering_connection_test.go @@ -64,8 +64,7 @@ func TestAccAWSVPCPeeringConnection_plan(t *testing.T) { } }, - IDRefreshName: "aws_vpc_peering_connection.foo", - IDRefreshIgnore: []string{"auto_accept"}, + DisableIDRefresh: true, Providers: testAccProviders, CheckDestroy: testAccCheckAWSVpcPeeringConnectionDestroy,