Terraform registry documentation bootstrap
This commit is contained in:
parent
932a149c35
commit
21b3a6e587
9 changed files with 65 additions and 10 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue