» brightbox_database_type

Use this data source to get the ID of a Brightbox Database Type for use in other resources.

» Example Usage

data "brightbox_database_type" "4gb" {
    name = "^SSD 4GB$"
}

» Argument Reference

  • name - (Optional) A regex string to apply to the Database Type list returned by Brightbox Cloud.

  • description - (Optional) A regex string to apply to the Database Type list returned by Brightbox Cloud.

» Attributes Reference

id is set to the ID of the found Database Type. In addition, the following attributes are exported:

  • disk_size - The disk size of the database server for this type
  • ram - The memory size of the database server for this type