diff --git a/aws/resource_aws_iam_group_policy_test.go b/aws/resource_aws_iam_group_policy_test.go index 0cff70662feb..40cd330eed51 100644 --- a/aws/resource_aws_iam_group_policy_test.go +++ b/aws/resource_aws_iam_group_policy_test.go @@ -111,9 +111,10 @@ func TestAccAWSIAMGroupPolicy_namePrefix(t *testing.T) { ), }, { - ResourceName: "aws_iam_group_policy.test", - ImportState: true, - ImportStateVerify: true, + ResourceName: "aws_iam_group_policy.test", + ImportState: true, + ImportStateVerify: true, + ImportStateVerifyIgnore: []string{"name_prefix"}, }, }, })