variable "limits_containers" { description = "Maximum number of containers that can be created in the project" type = number } variable "limits_cpu" { description = "Maximum number of CPUs to use in the project. This value is the maximum of the sum of individual instance CPU limits." type = number } variable "limits_disk" { description = "Maximum disk space used by the project. This includes all instance volumes, custom volumes, and images." type = string } variable "limits_disk_pool" { description = <