Add examples, generate docs and fix acc tests (#386)

This commit is contained in:
Diogo Ferrão 2024-06-04 13:13:05 +01:00 committed by GitHub
parent 335e1cabb6
commit 04df2f2f89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 57 additions and 7 deletions

View file

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