Fix invalid Cedar 'in' operators in policy scope (#6) * Fix invalid Cedar 'in' operators in policy scope It is not valid to have a set of entities for the 'in' operator in either the principal or the resource clause. This fixes an issue where the Terraform provider would output invalid Cedar policies where 'principal_in' or 'resource_in' was used. * fix docs