Skip to content

Releases: common-fate/terraform-provider-cedar

v0.2.0

31 Jul 11:16
da5be76
Compare
Choose a tag to compare
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

31 Jul 09:56
30ff8b8
Compare
Choose a tag to compare
Fix the annotation schema (#5)

* Fix the annotation schema

Also adds unit test coverage over the behaviour

* fix docs

v0.1.1

30 Jul 22:48
d480451
Compare
Choose a tag to compare
Fix attribute docs (#1)

* fix documentation on attributes

* update generated docs

v0.1.0

30 Jul 18:34
Compare
Choose a tag to compare
fix generated docs