update docs (#330)

This commit is contained in:
Diogo Ferrão 2024-04-16 13:41:42 +01:00 committed by GitHub
parent 9bd1da7cee
commit 7c1560d513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 10 additions and 18 deletions

View file

@ -32,10 +32,7 @@ data "stackit_logme_credential" "example" {
### Read-Only
- `host` (String)
- `hosts` (List of String)
- `http_api_uri` (String)
- `id` (String) Terraform's internal data source. identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
- `name` (String)
- `password` (String, Sensitive)
- `port` (Number)
- `uri` (String)

View file

@ -33,7 +33,6 @@ data "stackit_mariadb_credential" "example" {
- `host` (String)
- `hosts` (List of String)
- `http_api_uri` (String)
- `id` (String) Terraform's internal data source. identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
- `name` (String)
- `password` (String, Sensitive)

View file

@ -33,10 +33,9 @@ data "stackit_opensearch_credential" "example" {
- `host` (String)
- `hosts` (List of String)
- `http_api_uri` (String)
- `id` (String) Terraform's internal data source. identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
- `name` (String)
- `password` (String, Sensitive)
- `port` (Number)
- `scheme` (String)
- `uri` (String)
- `username` (String)

View file

@ -34,9 +34,11 @@ data "stackit_rabbitmq_credential" "example" {
- `host` (String)
- `hosts` (List of String)
- `http_api_uri` (String)
- `http_api_uris` (List of String)
- `id` (String) Terraform's internal data source. identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
- `name` (String)
- `management` (String)
- `password` (String, Sensitive)
- `port` (Number)
- `uri` (String)
- `uris` (List of String)
- `username` (String)

View file

@ -33,9 +33,8 @@ data "stackit_redis_credential" "example" {
- `host` (String)
- `hosts` (List of String)
- `http_api_uri` (String)
- `id` (String) Terraform's internal data source. identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
- `name` (String)
- `load_balanced_host` (String)
- `password` (String, Sensitive)
- `port` (Number)
- `uri` (String) Connection URI. Currently the returned uri doesn't support SSL, but you can enable it by using `rediss://` instead of `redis://`. We will provide the SSL connection in a future release

View file

@ -31,10 +31,7 @@ resource "stackit_logme_credential" "example" {
- `credential_id` (String) The credential's ID.
- `host` (String)
- `hosts` (List of String)
- `http_api_uri` (String)
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
- `name` (String)
- `password` (String, Sensitive)
- `port` (Number)
- `uri` (String)

View file

@ -32,7 +32,6 @@ resource "stackit_mariadb_credential" "example" {
- `credential_id` (String) The credential's ID.
- `host` (String)
- `hosts` (List of String)
- `http_api_uri` (String)
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
- `name` (String)
- `password` (String, Sensitive)

View file

@ -32,10 +32,9 @@ resource "stackit_opensearch_credential" "example" {
- `credential_id` (String) The credential's ID.
- `host` (String)
- `hosts` (List of String)
- `http_api_uri` (String)
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
- `name` (String)
- `password` (String, Sensitive)
- `port` (Number)
- `scheme` (String)
- `uri` (String)
- `username` (String)

View file

@ -33,9 +33,11 @@ resource "stackit_rabbitmq_credential" "example" {
- `host` (String)
- `hosts` (List of String)
- `http_api_uri` (String)
- `http_api_uris` (List of String)
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
- `name` (String)
- `management` (String)
- `password` (String, Sensitive)
- `port` (Number)
- `uri` (String)
- `uris` (List of String)
- `username` (String)

View file

@ -32,9 +32,8 @@ resource "stackit_redis_credential" "example" {
- `credential_id` (String) The credential's ID.
- `host` (String)
- `hosts` (List of String)
- `http_api_uri` (String)
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`,`credential_id`".
- `name` (String)
- `load_balanced_host` (String)
- `password` (String, Sensitive)
- `port` (Number)
- `uri` (String) Connection URI. Currently the returned uri doesn't support SSL, but you can enable it by using `rediss://` instead of `redis://`. We will provide the SSL connection in a future release