From 21b3a6e58787aae54938b772e3e66f1c14e86766 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 19 Jun 2023 13:04:25 +0200 Subject: Terraform registry documentation bootstrap --- examples/data-sources/eventline_projects/data-source.tf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/data-sources/eventline_projects/data-source.tf (limited to 'examples/data-sources/eventline_projects/data-source.tf') diff --git a/examples/data-sources/eventline_projects/data-source.tf b/examples/data-sources/eventline_projects/data-source.tf new file mode 100644 index 0000000..f68d2cc --- /dev/null +++ b/examples/data-sources/eventline_projects/data-source.tf @@ -0,0 +1,2 @@ +data "projects" "example" { +} -- cgit v1.2.3