Add description for the parameters field of DSA instances (#445)
* Add description for the parameters field of DSA instances * Improve sentence
This commit is contained in:
parent
78793f49ff
commit
aec518b8f3
21 changed files with 35 additions and 43 deletions
|
|
@ -20,7 +20,6 @@ data "stackit_logme_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -43,7 +42,6 @@ data "stackit_logme_instance" "example" {
|
|||
- `version` (String) The service version.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Read-Only:
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ data "stackit_mariadb_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -43,7 +42,6 @@ data "stackit_mariadb_instance" "example" {
|
|||
- `version` (String) The service version.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Read-Only:
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ data "stackit_opensearch_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -43,7 +42,6 @@ data "stackit_opensearch_instance" "example" {
|
|||
- `version` (String) The service version.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Read-Only:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ page_title: "stackit_postgresql_credential Data Source - stackit"
|
|||
subcategory: ""
|
||||
description: |-
|
||||
PostgreSQL credential data source schema. Must have a region specified in the provider configuration.
|
||||
!> The STACKIT PostgreSQL service has reached its end of support on June 30th 2024. Resources of this type have stopped working since then. Use stackitpostgresflexuser instead. For more details, check https://docs.stackit.cloud/stackit/en/bring-your-data-to-stackit-postgresql-flex-138347648.html
|
||||
!> The STACKIT PostgreSQL service has reached its end of support on June 30th 2024. Resources of this type have stopped working since then. Use stackit_postgresflex_user instead. For more details, check
|
||||
---
|
||||
|
||||
# stackit_postgresql_credential (Data Source)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ page_title: "stackit_postgresql_instance Data Source - stackit"
|
|||
subcategory: ""
|
||||
description: |-
|
||||
PostgreSQL instance data source schema. Must have a region specified in the provider configuration.
|
||||
!> The STACKIT PostgreSQL service has reached its end of support on June 30th 2024. Resources of this type have stopped working since then. Use stackitpostgresflexinstance instead. For more details, check https://docs.stackit.cloud/stackit/en/bring-your-data-to-stackit-postgresql-flex-138347648.html
|
||||
!> The STACKIT PostgreSQL service has reached its end of support on June 30th 2024. Resources of this type have stopped working since then. Use stackit_postgresflex_instance instead. For more details, check
|
||||
---
|
||||
|
||||
# stackit_postgresql_instance (Data Source)
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ data "stackit_rabbitmq_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -43,7 +42,6 @@ data "stackit_rabbitmq_instance" "example" {
|
|||
- `version` (String) The service version.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Read-Only:
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ data "stackit_redis_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -43,7 +42,6 @@ data "stackit_redis_instance" "example" {
|
|||
- `version` (String) The service version.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Read-Only:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
page_title: "stackit_resourcemanager_project Data Source - stackit"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
Resource Manager project data source schema. To identify the project, you need to provider either projectid or containerid. If you provide both, project_id will be used.
|
||||
Resource Manager project data source schema. To identify the project, you need to provider either project_id or container_id. If you provide both, project_id will be used.
|
||||
---
|
||||
|
||||
# stackit_resourcemanager_project (Data Source)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue