Remove ssl note from redis credentials uri, mark uri as sensitive and update ske project deprecation date (#367)
* Remove ssl note from redis credential * Mark uri as sensitive, change deprecation note of ske project * Update date
This commit is contained in:
parent
a636628c8b
commit
e4bbcfd50a
26 changed files with 39 additions and 27 deletions
|
|
@ -36,5 +36,5 @@ resource "stackit_redis_credential" "example" {
|
|||
- `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
|
||||
- `uri` (String, Sensitive) Connection URI.
|
||||
- `username` (String)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue