docs: generate example for server datasource (#790)

This commit is contained in:
Mauritz Uphoff 2025-04-25 17:01:46 +02:00 committed by GitHub
parent 592425e81d
commit 616788087c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -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