Correct example resource for security policy attachments
The examples for the gitlab_project_security_policy_attachment
and gitlab_group_security_policy_attachment
resources incorrectly call the resource, as they reference gitlab_project_security_policy
or gitlab_group_security_policy
and lack the _attachment
portion. This MR fixes those references.