Prepared everything for the first release
This commit is contained in:
parent
6844355a92
commit
18ae275c5b
23 changed files with 857 additions and 4 deletions
1
examples/resources/project/import.sh
Normal file
1
examples/resources/project/import.sh
Normal file
|
@ -0,0 +1 @@
|
|||
terraform import eventline_project.test 0123456789ABCDEFGHIJKLMNOPQ
|
3
examples/resources/project/resource.tf
Normal file
3
examples/resources/project/resource.tf
Normal file
|
@ -0,0 +1,3 @@
|
|||
resource "project" "example" {
|
||||
name = "example"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue