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
|
|
@ -28,7 +28,6 @@ resource "stackit_rabbitmq_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -40,7 +39,7 @@ resource "stackit_rabbitmq_instance" "example" {
|
|||
|
||||
### Optional
|
||||
|
||||
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--parameters))
|
||||
- `parameters` (Attributes) Configuration parameters. Please note that removing a previously configured field from your Terraform configuration won't replace its value in the API. To update a previously configured field, explicitly set a new value for it. (see [below for nested schema](#nestedatt--parameters))
|
||||
|
||||
### Read-Only
|
||||
|
||||
|
|
@ -54,7 +53,6 @@ resource "stackit_rabbitmq_instance" "example" {
|
|||
- `plan_id` (String) The selected plan ID.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Optional:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue