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

@ -0,0 +1,4 @@
data "stackit_server" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
server_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}