provider/aws: ignore force_destroy on AWSUser Import test

This commit is contained in:
clint shryock 2016-07-26 09:56:50 -05:00
parent 201a499be9
commit 5050d4555c
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ func TestAccAWSUser_importBasic(t *testing.T) {
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{
"force_destroy"},
},
},
})