From 6302c173a83dbec5b43ce4fe036dafc7c5cbde41 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 24 Sep 2023 01:24:42 +0200 Subject: Fixed various documentation entries --- docs/data-sources/project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/data-sources/project.md') diff --git a/docs/data-sources/project.md b/docs/data-sources/project.md index bf0f077..2fa0438 100644 --- a/docs/data-sources/project.md +++ b/docs/data-sources/project.md @@ -13,7 +13,7 @@ Use this data source to retrieve information about an existing eventline project ## Example Usage ```terraform -data "project" "main" { +data "eventline_project" "main" { name = "main" } ``` -- cgit v1.2.3