Releases: common-fate/terraform-provider-cedar
Releases · common-fate/terraform-provider-cedar
v0.2.0
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
v0.1.2
Fix the annotation schema (#5) * Fix the annotation schema Also adds unit test coverage over the behaviour * fix docs
v0.1.1
Fix attribute docs (#1) * fix documentation on attributes * update generated docs
v0.1.0
fix generated docs