Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud
Manages a STACKIT Dremio instances user.
This datasource is part of the experimental feature dremio and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
Example Usage
data "stackit_dremio_user" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
region = "eu01"
instance_id = "example-instance-id"
user_id = "example-user-id"
}
Using getDremioUser
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 getDremioUser(args: GetDremioUserArgs, opts?: InvokeOptions): Promise<GetDremioUserResult>
function getDremioUserOutput(args: GetDremioUserOutputArgs, opts?: InvokeOutputOptions): Output<GetDremioUserResult>def get_dremio_user(description: Optional[str] = None,
instance_id: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
user_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDremioUserResult
def get_dremio_user_output(description: pulumi.Input[Optional[str]] = None,
instance_id: pulumi.Input[Optional[str]] = None,
project_id: pulumi.Input[Optional[str]] = None,
region: pulumi.Input[Optional[str]] = None,
user_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetDremioUserResult]func LookupDremioUser(ctx *Context, args *LookupDremioUserArgs, opts ...InvokeOption) (*LookupDremioUserResult, error)
func LookupDremioUserOutput(ctx *Context, args *LookupDremioUserOutputArgs, opts ...InvokeOption) LookupDremioUserResultOutput> Note: This function is named LookupDremioUser in the Go SDK.
public static class GetDremioUser
{
public static Task<GetDremioUserResult> InvokeAsync(GetDremioUserArgs args, InvokeOptions? opts = null)
public static Output<GetDremioUserResult> Invoke(GetDremioUserInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetDremioUserResult> Invoke(GetDremioUserInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetDremioUserResult> getDremioUser(GetDremioUserArgs args, InvokeOptions options)
public static Output<GetDremioUserResult> getDremioUser(GetDremioUserArgs args, InvokeOptions options)
public static Output<GetDremioUserResult> getDremioUser(GetDremioUserArgs args, InvokeOutputOptions options)
fn::invoke:
function: stackit:index/getDremioUser:getDremioUser
arguments:
# arguments dictionarydata "stackit_get_dremio_user" "name" {
# arguments
}The following arguments are supported:
- Instance
Id string - The Dremio instance ID.
- Project
Id string - STACKIT Project ID to which the resource is associated.
- User
Id string - The Dremio user ID.
- Description string
- The description of the user.
- Region string
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- Instance
Id string - The Dremio instance ID.
- Project
Id string - STACKIT Project ID to which the resource is associated.
- User
Id string - The Dremio user ID.
- Description string
- The description of the user.
- Region string
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- instance_
id string - The Dremio instance ID.
- project_
id string - STACKIT Project ID to which the resource is associated.
- user_
id string - The Dremio user ID.
- description string
- The description of the user.
- region string
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- instance
Id String - The Dremio instance ID.
- project
Id String - STACKIT Project ID to which the resource is associated.
- user
Id String - The Dremio user ID.
- description String
- The description of the user.
- region String
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- instance
Id string - The Dremio instance ID.
- project
Id string - STACKIT Project ID to which the resource is associated.
- user
Id string - The Dremio user ID.
- description string
- The description of the user.
- region string
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- instance_
id str - The Dremio instance ID.
- project_
id str - STACKIT Project ID to which the resource is associated.
- user_
id str - The Dremio user ID.
- description str
- The description of the user.
- region str
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- instance
Id String - The Dremio instance ID.
- project
Id String - STACKIT Project ID to which the resource is associated.
- user
Id String - The Dremio user ID.
- description String
- The description of the user.
- region String
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
getDremioUser Result
The following output properties are available:
- Description string
- The description of the user.
- Email string
- The email address of the user.
- First
Name string - The first name of the user.
- Id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,userId". - Instance
Id string - The Dremio instance ID.
- Last
Name string - The last name of the user.
- Name string
- The username of the user.
- Project
Id string - STACKIT Project ID to which the resource is associated.
- User
Id string - The Dremio user ID.
- Region string
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- Description string
- The description of the user.
- Email string
- The email address of the user.
- First
Name string - The first name of the user.
- Id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,userId". - Instance
Id string - The Dremio instance ID.
- Last
Name string - The last name of the user.
- Name string
- The username of the user.
- Project
Id string - STACKIT Project ID to which the resource is associated.
- User
Id string - The Dremio user ID.
- Region string
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- description string
- The description of the user.
- email string
- The email address of the user.
- first_
name string - The first name of the user.
- id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,userId". - instance_
id string - The Dremio instance ID.
- last_
name string - The last name of the user.
- name string
- The username of the user.
- project_
id string - STACKIT Project ID to which the resource is associated.
- user_
id string - The Dremio user ID.
- region string
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- description String
- The description of the user.
- email String
- The email address of the user.
- first
Name String - The first name of the user.
- id String
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,userId". - instance
Id String - The Dremio instance ID.
- last
Name String - The last name of the user.
- name String
- The username of the user.
- project
Id String - STACKIT Project ID to which the resource is associated.
- user
Id String - The Dremio user ID.
- region String
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- description string
- The description of the user.
- email string
- The email address of the user.
- first
Name string - The first name of the user.
- id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,userId". - instance
Id string - The Dremio instance ID.
- last
Name string - The last name of the user.
- name string
- The username of the user.
- project
Id string - STACKIT Project ID to which the resource is associated.
- user
Id string - The Dremio user ID.
- region string
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- description str
- The description of the user.
- email str
- The email address of the user.
- first_
name str - The first name of the user.
- id str
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,userId". - instance_
id str - The Dremio instance ID.
- last_
name str - The last name of the user.
- name str
- The username of the user.
- project_
id str - STACKIT Project ID to which the resource is associated.
- user_
id str - The Dremio user ID.
- region str
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
- description String
- The description of the user.
- email String
- The email address of the user.
- first
Name String - The first name of the user.
- id String
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,userId". - instance
Id String - The Dremio instance ID.
- last
Name String - The last name of the user.
- name String
- The username of the user.
- project
Id String - STACKIT Project ID to which the resource is associated.
- user
Id String - The Dremio user ID.
- region String
- The STACKIT region name the resource is located in. If not defined, the provider region is used.
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud