Add examples, generate docs and fix acc tests (#386)
This commit is contained in:
parent
335e1cabb6
commit
04df2f2f89
6 changed files with 57 additions and 7 deletions
|
|
@ -10,7 +10,14 @@ description: |-
|
|||
|
||||
MongoDB Flex instance data source schema. Must have a `region` specified in the provider configuration.
|
||||
|
||||
## Example Usage
|
||||
|
||||
```terraform
|
||||
data "stackit_sqlserverflex_instance" "example" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
}
|
||||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue