-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ description: |- | |
The Cedar provider is used to configure Cedar authorization policies. | ||
--- | ||
|
||
This provider exposes a Terraform Data Source for authoring Cedar policies: | ||
This provider exposes a Terraform Data Source for authoring [Cedar](https://cedarpolicy.com) policies: | ||
|
||
```terraform | ||
data "cedar_policyset" "example" { | ||
|
@@ -46,6 +46,6 @@ unless { | |
}; | ||
``` | ||
|
||
For more information, read the [Cedar documentation](https://docs.commonfate.io). | ||
For more information, read the [Cedar documentation](https://docs.cedarpolicy.com). | ||
|
||
This Terraform provider was created by [Common Fate](https://commonfate.io). We've built an access management platform based on Cedar. [Read our documentation](https://docs.commonfate.io) or [get in touch](mailto:[email protected]) if you'd like to learn more. |