providers/aws/vpc_peering: don't run id-only on plan test

This commit is contained in:
Mitchell Hashimoto 2016-04-20 12:21:08 -07:00
parent ff7b58f032
commit 0f91b30f64
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 2 deletions

View File

@ -64,8 +64,7 @@ func TestAccAWSVPCPeeringConnection_plan(t *testing.T) {
} }
}, },
IDRefreshName: "aws_vpc_peering_connection.foo", DisableIDRefresh: true,
IDRefreshIgnore: []string{"auto_accept"},
Providers: testAccProviders, Providers: testAccProviders,
CheckDestroy: testAccCheckAWSVpcPeeringConnectionDestroy, CheckDestroy: testAccCheckAWSVpcPeeringConnectionDestroy,