From 18ae275c5b071ed9e4cd1d407c08a7b8c1f526e3 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 19 Jun 2023 00:05:58 +0200 Subject: Prepared everything for the first release --- examples/data-sources/projects/data-source.tf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/data-sources/projects/data-source.tf (limited to 'examples/data-sources/projects/data-source.tf') diff --git a/examples/data-sources/projects/data-source.tf b/examples/data-sources/projects/data-source.tf new file mode 100644 index 0000000..f68d2cc --- /dev/null +++ b/examples/data-sources/projects/data-source.tf @@ -0,0 +1,2 @@ +data "projects" "example" { +} -- cgit v1.2.3