Skip to content

Commit aec518b

Browse files
authored
Add description for the parameters field of DSA instances (#445)
* Add description for the parameters field of DSA instances * Improve sentence
1 parent 78793f4 commit aec518b

21 files changed

+35
-43
lines changed

docs/data-sources/logme_instance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ data "stackit_logme_instance" "example" {
2020
```
2121

2222
<!-- schema generated by tfplugindocs -->
23-
2423
## Schema
2524

2625
### Required
@@ -43,7 +42,6 @@ data "stackit_logme_instance" "example" {
4342
- `version` (String) The service version.
4443

4544
<a id="nestedatt--parameters"></a>
46-
4745
### Nested Schema for `parameters`
4846

4947
Read-Only:

docs/data-sources/mariadb_instance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ data "stackit_mariadb_instance" "example" {
2020
```
2121

2222
<!-- schema generated by tfplugindocs -->
23-
2423
## Schema
2524

2625
### Required
@@ -43,7 +42,6 @@ data "stackit_mariadb_instance" "example" {
4342
- `version` (String) The service version.
4443

4544
<a id="nestedatt--parameters"></a>
46-
4745
### Nested Schema for `parameters`
4846

4947
Read-Only:

docs/data-sources/opensearch_instance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ data "stackit_opensearch_instance" "example" {
2020
```
2121

2222
<!-- schema generated by tfplugindocs -->
23-
2423
## Schema
2524

2625
### Required
@@ -43,7 +42,6 @@ data "stackit_opensearch_instance" "example" {
4342
- `version` (String) The service version.
4443

4544
<a id="nestedatt--parameters"></a>
46-
4745
### Nested Schema for `parameters`
4846

4947
Read-Only:

docs/data-sources/postgresql_credential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ page_title: "stackit_postgresql_credential Data Source - stackit"
44
subcategory: ""
55
description: |-
66
PostgreSQL credential data source schema. Must have a region specified in the provider configuration.
7-
!> 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
7+
!> 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
88
---
99

1010
# stackit_postgresql_credential (Data Source)

docs/data-sources/postgresql_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ page_title: "stackit_postgresql_instance Data Source - stackit"
44
subcategory: ""
55
description: |-
66
PostgreSQL instance data source schema. Must have a region specified in the provider configuration.
7-
!> 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
7+
!> 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
88
---
99

1010
# stackit_postgresql_instance (Data Source)

docs/data-sources/rabbitmq_instance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ data "stackit_rabbitmq_instance" "example" {
2020
```
2121

2222
<!-- schema generated by tfplugindocs -->
23-
2423
## Schema
2524

2625
### Required
@@ -43,7 +42,6 @@ data "stackit_rabbitmq_instance" "example" {
4342
- `version` (String) The service version.
4443

4544
<a id="nestedatt--parameters"></a>
46-
4745
### Nested Schema for `parameters`
4846

4947
Read-Only:

docs/data-sources/redis_instance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ data "stackit_redis_instance" "example" {
2020
```
2121

2222
<!-- schema generated by tfplugindocs -->
23-
2423
## Schema
2524

2625
### Required
@@ -43,7 +42,6 @@ data "stackit_redis_instance" "example" {
4342
- `version` (String) The service version.
4443

4544
<a id="nestedatt--parameters"></a>
46-
4745
### Nested Schema for `parameters`
4846

4947
Read-Only:

docs/data-sources/resourcemanager_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
page_title: "stackit_resourcemanager_project Data Source - stackit"
44
subcategory: ""
55
description: |-
6-
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.
6+
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.
77
---
88

99
# stackit_resourcemanager_project (Data Source)

docs/resources/loadbalancer.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,25 @@ description: |-
88
To automate the creation of load balancers, OpenStack can be used to setup the supporting infrastructure.
99
To set up the OpenStack provider, you can create a token through the STACKIT Portal, in your project's Infrastructure API page.
1010
There, the OpenStack user domain name, username, and password are generated and can be obtained. The provider can then be configured as follows:
11-
```terraform
11+
1212
terraform {
13-
required_providers {
14-
(...)
15-
openstack = {
16-
source = "terraform-provider-openstack/openstack"
17-
}
18-
}
13+
required_providers {
14+
(...)
15+
openstack = {
16+
source = "terraform-provider-openstack/openstack"
17+
}
18+
}
1919
}
20+
2021
provider "openstack" {
21-
userdomainname = "{OpenStack user domain name}"
22-
username = "{OpenStack username}"
23-
password = "{OpenStack password}"
24-
region = "RegionOne"
25-
authurl = "https://keystone.api.iaas.eu01.stackit.cloud/v3"
22+
user_domain_name = "{OpenStack user domain name}"
23+
user_name = "{OpenStack username}"
24+
password = "{OpenStack password}"
25+
region = "RegionOne"
26+
auth_url = "https://keystone.api.iaas.eu01.stackit.cloud/v3"
2627
}
27-
```
28+
29+
2830
Configuring the supporting infrastructure
2931
The example below uses OpenStack to create the network, router, a public IP address and a compute instance.
3032
---

docs/resources/logme_instance.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ resource "stackit_logme_instance" "example" {
2525
```
2626

2727
<!-- schema generated by tfplugindocs -->
28-
2928
## Schema
3029

3130
### Required
@@ -37,7 +36,7 @@ resource "stackit_logme_instance" "example" {
3736

3837
### Optional
3938

40-
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--parameters))
39+
- `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))
4140

4241
### Read-Only
4342

@@ -51,7 +50,6 @@ resource "stackit_logme_instance" "example" {
5150
- `plan_id` (String) The selected plan ID.
5251

5352
<a id="nestedatt--parameters"></a>
54-
5553
### Nested Schema for `parameters`
5654

5755
Optional:

0 commit comments

Comments
 (0)