update docs (#330)
This commit is contained in:
parent
9bd1da7cee
commit
7c1560d513
10 changed files with 10 additions and 18 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue