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 ++ examples/data-sources/projects/data-source.tf | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 examples/data-sources/eventline_projects/data-source.tf delete mode 100644 examples/data-sources/projects/data-source.tf (limited to 'examples/data-sources') 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" { +} diff --git a/examples/data-sources/projects/data-source.tf b/examples/data-sources/projects/data-source.tf deleted file mode 100644 index f68d2cc..0000000 --- a/examples/data-sources/projects/data-source.tf +++ /dev/null @@ -1,2 +0,0 @@ -data "projects" "example" { -} -- cgit v1.2.3