docs: generate example for server datasource (#790)
This commit is contained in:
parent
592425e81d
commit
616788087c
2 changed files with 7 additions and 0 deletions
|
|
@ -10,7 +10,14 @@ description: |-
|
|||
|
||||
Server datasource schema. Must have a `region` specified in the provider configuration.
|
||||
|
||||
## Example Usage
|
||||
|
||||
```terraform
|
||||
data "stackit_server" "example" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
server_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
}
|
||||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue