mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
providers/aws/vpc_peering: don't run id-only on plan test
This commit is contained in:
parent
ff7b58f032
commit
0f91b30f64
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user