diff options
author | Julien Dessaux | 2023-06-19 13:04:25 +0200 |
---|---|---|
committer | Julien Dessaux | 2023-06-19 13:08:03 +0200 |
commit | 21b3a6e58787aae54938b772e3e66f1c14e86766 (patch) | |
tree | 5ec9085f196d0311ea71050d7e8edf663bf09b32 /examples/data-sources/eventline_projects | |
parent | Deactivate 32bits builds because the ksuid library does not support those (diff) | |
download | terraform-provider-eventline-21b3a6e58787aae54938b772e3e66f1c14e86766.tar.gz terraform-provider-eventline-21b3a6e58787aae54938b772e3e66f1c14e86766.tar.bz2 terraform-provider-eventline-21b3a6e58787aae54938b772e3e66f1c14e86766.zip |
Terraform registry documentation bootstrapv0.0.2
Diffstat (limited to 'examples/data-sources/eventline_projects')
-rw-r--r-- | examples/data-sources/eventline_projects/data-source.tf | 2 |
1 files changed, 2 insertions, 0 deletions
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" { +} |