Skip to content

Commit

Permalink
fix: default composer image version
Browse files Browse the repository at this point in the history
The previous image was not supported anymore on gcp: googleapi: Error 400
  • Loading branch information
alexis974 committed Nov 15, 2024
1 parent 682faac commit b40b971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/create_environment_v2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit b40b971

Please sign in to comment.