aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulien Dessaux2023-08-01 00:32:23 +0200
committerJulien Dessaux2023-08-01 00:32:23 +0200
commit269963bc8f527d4760b48b44b296e874855c2a1c (patch)
treef4fa8c6eab195d4f43e4f6eaf3434ce781c40072 /docs
parentImplemented identities datasource (diff)
downloadterraform-provider-eventline-269963bc8f527d4760b48b44b296e874855c2a1c.tar.gz
terraform-provider-eventline-269963bc8f527d4760b48b44b296e874855c2a1c.tar.bz2
terraform-provider-eventline-269963bc8f527d4760b48b44b296e874855c2a1c.zip
Implemented project data source
Diffstat (limited to 'docs')
-rw-r--r--docs/data-sources/project.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/data-sources/project.md b/docs/data-sources/project.md
new file mode 100644
index 0000000..bf0f077
--- /dev/null
+++ b/docs/data-sources/project.md
@@ -0,0 +1,30 @@
+---
+# generated by https://github.com/hashicorp/terraform-plugin-docs
+page_title: "eventline_project Data Source - terraform-provider-eventline"
+subcategory: ""
+description: |-
+ Use this data source to retrieve information about an existing eventline project from its name.
+---
+
+# eventline_project (Data Source)
+
+Use this data source to retrieve information about an existing eventline project from its name.
+
+## Example Usage
+
+```terraform
+data "project" "main" {
+ name = "main"
+}
+```
+
+<!-- schema generated by tfplugindocs -->
+## Schema
+
+### Required
+
+- `name` (String) The name of the project.
+
+### Read-Only
+
+- `id` (String) The identifier of the project.