1. Packages
  2. stackit
  3. API Docs
  4. getMariadbCredential
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud

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

    Example Usage

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

    Using getMariadbCredential

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getMariadbCredential(args: GetMariadbCredentialArgs, opts?: InvokeOptions): Promise<GetMariadbCredentialResult>
    function getMariadbCredentialOutput(args: GetMariadbCredentialOutputArgs, opts?: InvokeOptions): Output<GetMariadbCredentialResult>
    def get_mariadb_credential(credential_id: Optional[str] = None,
                               instance_id: Optional[str] = None,
                               project_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetMariadbCredentialResult
    def get_mariadb_credential_output(credential_id: Optional[pulumi.Input[str]] = None,
                               instance_id: Optional[pulumi.Input[str]] = None,
                               project_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetMariadbCredentialResult]
    func LookupMariadbCredential(ctx *Context, args *LookupMariadbCredentialArgs, opts ...InvokeOption) (*LookupMariadbCredentialResult, error)
    func LookupMariadbCredentialOutput(ctx *Context, args *LookupMariadbCredentialOutputArgs, opts ...InvokeOption) LookupMariadbCredentialResultOutput

    > Note: This function is named LookupMariadbCredential in the Go SDK.

    public static class GetMariadbCredential 
    {
        public static Task<GetMariadbCredentialResult> InvokeAsync(GetMariadbCredentialArgs args, InvokeOptions? opts = null)
        public static Output<GetMariadbCredentialResult> Invoke(GetMariadbCredentialInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMariadbCredentialResult> getMariadbCredential(GetMariadbCredentialArgs args, InvokeOptions options)
    public static Output<GetMariadbCredentialResult> getMariadbCredential(GetMariadbCredentialArgs args, InvokeOptions options)
    
    fn::invoke:
      function: stackit:index/getMariadbCredential:getMariadbCredential
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CredentialId string
    The credential's ID.
    InstanceId string
    ID of the MariaDB instance.
    ProjectId string
    STACKIT project ID to which the instance is associated.
    CredentialId string
    The credential's ID.
    InstanceId string
    ID of the MariaDB instance.
    ProjectId string
    STACKIT project ID to which the instance is associated.
    credentialId String
    The credential's ID.
    instanceId String
    ID of the MariaDB instance.
    projectId String
    STACKIT project ID to which the instance is associated.
    credentialId string
    The credential's ID.
    instanceId string
    ID of the MariaDB instance.
    projectId string
    STACKIT project ID to which the instance is associated.
    credential_id str
    The credential's ID.
    instance_id str
    ID of the MariaDB instance.
    project_id str
    STACKIT project ID to which the instance is associated.
    credentialId String
    The credential's ID.
    instanceId String
    ID of the MariaDB instance.
    projectId String
    STACKIT project ID to which the instance is associated.

    getMariadbCredential Result

    The following output properties are available:

    CredentialId string
    The credential's ID.
    Host string
    Hosts List<string>
    Id string
    InstanceId string
    ID of the MariaDB instance.
    Name string
    Password string
    Port int
    ProjectId string
    STACKIT project ID to which the instance is associated.
    Uri string
    Username string
    CredentialId string
    The credential's ID.
    Host string
    Hosts []string
    Id string
    InstanceId string
    ID of the MariaDB instance.
    Name string
    Password string
    Port int
    ProjectId string
    STACKIT project ID to which the instance is associated.
    Uri string
    Username string
    credentialId String
    The credential's ID.
    host String
    hosts List<String>
    id String
    instanceId String
    ID of the MariaDB instance.
    name String
    password String
    port Integer
    projectId String
    STACKIT project ID to which the instance is associated.
    uri String
    username String
    credentialId string
    The credential's ID.
    host string
    hosts string[]
    id string
    instanceId string
    ID of the MariaDB instance.
    name string
    password string
    port number
    projectId string
    STACKIT project ID to which the instance is associated.
    uri string
    username string
    credential_id str
    The credential's ID.
    host str
    hosts Sequence[str]
    id str
    instance_id str
    ID of the MariaDB instance.
    name str
    password str
    port int
    project_id str
    STACKIT project ID to which the instance is associated.
    uri str
    username str
    credentialId String
    The credential's ID.
    host String
    hosts List<String>
    id String
    instanceId String
    ID of the MariaDB instance.
    name String
    password String
    port Number
    projectId String
    STACKIT project ID to which the instance is associated.
    uri String
    username String

    Package Details

    Repository
    stackit stackitcloud/pulumi-stackit
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.4
    published on Friday, Feb 20, 2026 by stackitcloud
      Try Pulumi Cloud free. Your team will thank you.