terraform-provider-stackitp.../docs/data-sources/sqlserverflexalpha_database.md
Marcel S. Henselin b5b07b8a8b
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 12s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 14m47s
CI Workflow / CI (pull_request) Failing after 16m50s
CI Workflow / Code coverage report (pull_request) Has been skipped
fix: add missing docs
2026-02-10 10:16:01 +01:00

1.1 KiB

page_title subcategory description
stackitprivatepreview_sqlserverflexalpha_database Data Source - stackitprivatepreview

stackitprivatepreview_sqlserverflexalpha_database (Data Source)

Schema

Required

  • database_name (String) The name 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

  • collation_name (String) The collation of the database. This database collation should match the collation_name of one of the collations given by the Get database collation list endpoint.
  • compatibility_level (Number) CompatibilityLevel of the Database.
  • 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.