Terraform registry documentation bootstrap

This commit is contained in:
Julien Dessaux 2023-06-19 13:04:25 +02:00
parent 932a149c35
commit 21b3a6e587
Signed by: adyxax
GPG key ID: F92E51B86E07177E
9 changed files with 65 additions and 10 deletions

View file

@ -10,7 +10,13 @@ description: |-
Eventline project resource
## Example Usage
```terraform
resource "project" "example" {
name = "example"
}
```
<!-- schema generated by tfplugindocs -->
## Schema
@ -22,3 +28,11 @@ Eventline project resource
### Read-Only
- `id` (String) Project Id
## Import
Import is supported using the following syntax:
```shell
terraform import eventline_project.test 0123456789ABCDEFGHIJKLMNOPQ
```