Skip to content

Commit b40b971

Browse files
committed
fix: default composer image version
The previous image was not supported anymore on gcp: googleapi: Error 400
1 parent 682faac commit b40b971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/create_environment_v2/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ variable "env_variables" {
103103
variable "image_version" {
104104
type = string
105105
description = "The version of the aiflow running in the cloud composer environment."
106-
default = "composer-2.5.0-airflow-2.6.3"
106+
default = "composer-3-airflow-2.10.2"
107107
}
108108

109109
variable "pypi_packages" {

0 commit comments

Comments
 (0)