terraform-provider-stackitp.../docs/data-sources/postgresflexalpha_user.md
Marcel S. Henselin d6d3a795bb
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 3m57s
CI Workflow / CI run tests (pull_request) Failing after 5m5s
CI Workflow / CI run build and linting (pull_request) Failing after 4m50s
CI Workflow / Code coverage report (pull_request) Has been skipped
chore: work save
2026-03-05 15:11:15 +01:00

1.1 KiB

page_title subcategory description
stackitprivatepreview_postgresflexalpha_user Data Source - stackitprivatepreview

stackitprivatepreview_postgresflexalpha_user (Data Source)

Example Usage

data "stackitprivatepreview_postgresflexalpha_user" "example" {
  project_id  = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  user_id     = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}

Schema

Required

  • instance_id (String) The ID of the instance.
  • project_id (String) The STACKIT project ID.
  • region (String) The region which should be addressed
  • user_id (Number) The ID of the user.

Optional

  • id (String) Terraform's internal resource ID. It is structured as "project_id,region,instance_id,user_id".",

Read-Only

  • name (String) The name of the user.
  • roles (List of String) A list of user roles.
  • status (String) The current status of the user.
  • tf_original_api_id (Number) The ID of the user.