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,