The space IDs returned by `heroku_space` data source are actually the space names, despite being [documented otherwise](https://registry.terraform.io/providers/heroku/heroku/latest/docs/data-sources/space#id) (see [code](https://github.com/heroku/terraform-provider-heroku/blob/master/heroku/data_source_heroku_space.go#L74)). This is unexpected, and leads to issues when other dependent resources require a space's UUID.