Skip to content

Commit a7d86c2

Browse files
Rename project_id variable to project and add include_deferred
1 parent c906fc5 commit a7d86c2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

modules/airflow_pool/variables.tf

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
variable "project_id" {
17+
variable "project" {
1818
type = string
19-
description = "Project ID where Cloud Composer Environment is created."
19+
description = "Project name where Cloud Composer Environment is created."
2020
}
2121

2222
variable "region" {
@@ -39,6 +39,12 @@ variable "slot_count" {
3939
description = "The number of slots in this pool"
4040
}
4141

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+
4248
variable "description" {
4349
type = string
4450
description = "The description of the pool"

0 commit comments

Comments
 (0)