Fixed various documentation entries

This commit is contained in:
Julien Dessaux 2023-09-24 01:24:42 +02:00
parent 4f77442eff
commit 6302c173a8
Signed by: adyxax
GPG key ID: F92E51B86E07177E
12 changed files with 15 additions and 12 deletions

View file

@ -13,7 +13,7 @@ Use this data source to retrieve information about existing eventline projects.
## Example Usage
```terraform
data "projects" "example" {
data "eventline_projects" "example" {
}
```