Skip to content

Commit

Permalink
go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
ckluy31 committed Aug 27, 2024
1 parent 0ec2864 commit b3ebdbd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ This provider exposes a Terraform Data Source for authoring [Cedar](https://ceda
data "cedar_policyset" "example" {
policy {
effect = "permit"
annotation {
name = "advice"
value = "Allow admins to read public resources unless owned by Alice"
}
principal_in = {
type = "Group"
Expand All @@ -38,7 +34,6 @@ data "cedar_policyset" "example" {
The `data.cedar_policyset.example.text` output will be:

```
@advice("Allow admins to read public resources unless owned by Alice")
permit (
principal in Group::"admins",
action == Action::"Read",
Expand Down

0 comments on commit b3ebdbd

Please sign in to comment.