mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
provider/aws: ignore force_destroy on AWSUser Import test
This commit is contained in:
parent
201a499be9
commit
5050d4555c
@ -22,6 +22,8 @@ func TestAccAWSUser_importBasic(t *testing.T) {
|
||||
ResourceName: resourceName,
|
||||
ImportState: true,
|
||||
ImportStateVerify: true,
|
||||
ImportStateVerifyIgnore: []string{
|
||||
"force_destroy"},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user