Skip to content

Commit

Permalink
Fix 'TestAccIPAM_cascade'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Mar 25, 2024
1 parent 008a364 commit 673540a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/ec2/ipam_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func TestAccIPAM_cascade(t *testing.T) {
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"cascade"},
ImportStateVerifyIgnore: []string{"cascade", "scope_count"},
},
},
})
Expand Down

0 comments on commit 673540a

Please sign in to comment.