From b40b971afeb76cb858633a57dfe4cc372f79dbdd Mon Sep 17 00:00:00 2001 From: Alexis Boissiere Date: Fri, 15 Nov 2024 15:01:48 +0100 Subject: [PATCH] fix: default composer image version The previous image was not supported anymore on gcp: googleapi: Error 400 --- modules/create_environment_v2/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/create_environment_v2/variables.tf b/modules/create_environment_v2/variables.tf index d94f22f..2c3ad8b 100644 --- a/modules/create_environment_v2/variables.tf +++ b/modules/create_environment_v2/variables.tf @@ -103,7 +103,7 @@ variable "env_variables" { variable "image_version" { type = string description = "The version of the aiflow running in the cloud composer environment." - default = "composer-2.5.0-airflow-2.6.3" + default = "composer-3-airflow-2.10.2" } variable "pypi_packages" {