`scalingo_app` doesn't support `hds_resource` boolean but [our API did](https://developers.scalingo.com/apps#create-an-application). ```terraform resource "scalingo_app" "hds-app" { name = "hds-app" hds_resource = true } ```