terraform-provider-stackitp.../docs/resources/opensearch_credential.md
Vicente Pinto e4bbcfd50a
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
2024-05-21 10:22:30 +01:00

1.1 KiB

page_title subcategory description
stackit_opensearch_credential Resource - stackit OpenSearch credential resource schema. Must have a region specified in the provider configuration.

stackit_opensearch_credential (Resource)

OpenSearch credential resource schema. Must have a region specified in the provider configuration.

Example Usage

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

Schema

Required

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

Read-Only

  • credential_id (String) The credential's ID.
  • host (String)
  • hosts (List of String)
  • id (String) Terraform's internal resource identifier. It is structured as "project_id,instance_id,credential_id".
  • password (String, Sensitive)
  • port (Number)
  • scheme (String)
  • uri (String, Sensitive)
  • username (String)