Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Latest commit

 

History

History
40 lines (31 loc) · 1.13 KB

mariadb_credential.md

File metadata and controls

40 lines (31 loc) · 1.13 KB
page_title subcategory description
stackit_mariadb_credential Resource - stackit
MariaDB credential resource schema. Must have a region specified in the provider configuration.

stackit_mariadb_credential (Resource)

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

Example Usage

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

Schema

Required

  • instance_id (String) ID of the MariaDB 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".
  • name (String)
  • password (String, Sensitive)
  • port (Number)
  • uri (String, Sensitive)
  • username (String)