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
4
examples/data-sources/stackit_server/data-source.tf
Normal file
4
examples/data-sources/stackit_server/data-source.tf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
data "stackit_server" "example" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
server_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue