terraform-provider-stackitp.../docs/resources/redis_credential.md
João Palet fee47a6400
Rename DSA credentials to credential (#76)
* Rename in LogMe

* Rename in other DSA

* Rename examples

* Rename folder names

* Rename in error messages
2023-10-11 09:54:08 +02:00

1 KiB

page_title subcategory description
stackit_redis_credential Resource - stackit Redis credential resource schema.

stackit_redis_credential (Resource)

Redis credential resource schema.

Example Usage

resource "stackit_redis_credential" "example" {
  project_id  = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}

Schema

Required

  • instance_id (String) ID of the Redis instance.
  • project_id (String) STACKIT Project ID to which the instance is associated.

Read-Only

  • credentials_id (String) The credentials 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,credentials_id".
  • name (String)
  • password (String, Sensitive)
  • port (Number)
  • uri (String)
  • username (String)