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

@ -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