terraform-provider-stackitp.../docs/resources/sqlserverflexalpha_database.md

1.2 KiB

page_title subcategory description
stackitprivatepreview_sqlserverflexalpha_database Resource - stackitprivatepreview

stackitprivatepreview_sqlserverflexalpha_database (Resource)

Schema

Required

  • name (String) The name of the database.
  • owner (String) The owner of the database.

Optional

  • collation (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 (Number) CompatibilityLevel of the Database.
  • 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 (Number) The id of the database.