terraform-provider-stackitp.../docs/data-sources/postgresflexalpha_database.md
Marcel S. Henselin 7d4cbb6b08
All checks were successful
Publish / Check GoReleaser config (push) Successful in 5s
Publish / Publish provider (push) Successful in 16m14s
feat: initial copy of v0.1.0
2026-03-13 09:03:49 +01:00

1.1 KiB

page_title subcategory description
stackitprivatepreview_postgresflexalpha_database Data Source - stackitprivatepreview

stackitprivatepreview_postgresflexalpha_database (Data Source)

Example Usage

data "stackitprivatepreview_postgresflexalpha_database" "example" {
  project_id  = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  database_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}

Schema

Required

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

Read-Only

  • id (String) Terraform's internal resource ID. It is structured as "project_id,region,instance_id,database_id".",
  • name (String) The name of the database.
  • owner (String) The owner of the database.
  • tf_original_api_id (Number) The id of the database.