Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Mar 17, 2020
1 parent 10074d9 commit 381a623
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions aws/resource_aws_opsworks_custom_layer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ func TestAccAWSOpsworksCustomLayer_noVPC(t *testing.T) {
resource.TestCheckResourceAttr(resourceName, "ebs_volume.3575749636.encrypted", "false"),
),
},
{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
},
{
Config: testAccAwsOpsworksCustomLayerConfigUpdate(stackName),
Check: resource.ComposeTestCheckFunc(
Expand Down

0 comments on commit 381a623

Please sign in to comment.