Implemented project data source
This commit is contained in:
parent
6642a66a1d
commit
269963bc8f
4 changed files with 93 additions and 0 deletions
3
examples/data-sources/eventline_project/data-source.tf
Normal file
3
examples/data-sources/eventline_project/data-source.tf
Normal file
|
@ -0,0 +1,3 @@
|
|||
data "project" "main" {
|
||||
name = "main"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue