diff --git a/docs/index.md b/docs/index.md index 41679ae..fe81f75 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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" @@ -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",