Skip to content

Commit fcadd7d

Browse files
authored
upgrade airflow to 2.10.3 (#2056)
* upgrade airflow to 2.10.3 * change the comment - year to 2025
1 parent 38a0b20 commit fcadd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/core/47-mwaa.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ resource "aws_s3_object" "requirements_placeholder" {
169169
resource "aws_mwaa_environment" "mwaa" {
170170
count = local.is_live_environment ? 1 : 0
171171
name = "${local.identifier_prefix}-mwaa-environment"
172-
airflow_version = "2.8.1" # Latest MWAA on 2024-05-22, preinstall python 3.11
172+
airflow_version = "2.10.3" # Latest MWAA on 2025-01-13, preinstall python 3.11
173173
environment_class = "mw1.medium"
174174
execution_role_arn = aws_iam_role.mwaa_role.arn
175175
source_bucket_arn = aws_s3_bucket.mwaa_bucket.arn

0 commit comments

Comments
 (0)