We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c906fc5 commit a7d86c2Copy full SHA for a7d86c2
modules/airflow_pool/variables.tf
@@ -14,9 +14,9 @@
14
* limitations under the License.
15
*/
16
17
-variable "project_id" {
+variable "project" {
18
type = string
19
- description = "Project ID where Cloud Composer Environment is created."
+ description = "Project name where Cloud Composer Environment is created."
20
}
21
22
variable "region" {
@@ -39,6 +39,12 @@ variable "slot_count" {
39
description = "The number of slots in this pool"
40
41
42
+variable "include_deferred" {
43
+ type = bool
44
+ default = false
45
+ description = "Whether the pool should include deferred tasks in its calculation of occupied slots"
46
+}
47
+
48
variable "description" {
49
50
description = "The description of the pool"
0 commit comments