Update documentation (#298)
* Update documentation * Update stackit/internal/services/redis/credential/resource.go Co-authored-by: João Palet <joao.palet@outlook.com> * Add more info * Update datasource --------- Co-authored-by: João Palet <joao.palet@outlook.com>
This commit is contained in:
parent
3ea0f81900
commit
b79c88e858
6 changed files with 15 additions and 9 deletions
|
|
@ -38,5 +38,5 @@ data "stackit_redis_credential" "example" {
|
|||
- `name` (String)
|
||||
- `password` (String, Sensitive)
|
||||
- `port` (Number)
|
||||
- `uri` (String)
|
||||
- `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
|
||||
- `username` (String)
|
||||
|
|
|
|||
|
|
@ -37,5 +37,5 @@ resource "stackit_redis_credential" "example" {
|
|||
- `name` (String)
|
||||
- `password` (String, Sensitive)
|
||||
- `port` (Number)
|
||||
- `uri` (String)
|
||||
- `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
|
||||
- `username` (String)
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
page_title: "stackit_ske_project Resource - stackit"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
SKE project resource schema. Must have a region specified in the provider configuration.
|
||||
SKE project resource schema. Must have a region specified in the provider configuration. This resource allows you to enable the SKE service and you can only have one per project. Deleting this resource will destroy any SKE clusters associated to the project
|
||||
---
|
||||
|
||||
# stackit_ske_project (Resource)
|
||||
|
||||
SKE project resource schema. Must have a `region` specified in the provider configuration.
|
||||
SKE project resource schema. Must have a `region` specified in the provider configuration. This resource allows you to enable the SKE service and you can only have one per project. Deleting this resource will destroy any SKE clusters associated to the project
|
||||
|
||||
## Example Usage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue