Azurerm_cosmosdb_sql_container without dedicated throughput

Is it possible to add azurerm_cosmosdb_sql_container via terraform without dedicated throughput?
If I do not set the throughput property, it seems that the resource is created with this property set to 400. However I want the same feature as I see in Azure portal: unchecked “Provision dedicated throughput for this container”.
Without the mentioned possibility, if we add a database and containers with terraform, we are provisioning throughput that we will not use, because the database provisioned throughput is supposed to be used by containers that do not have dedicated throughput.