We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a0b20 commit fcadd7dCopy full SHA for fcadd7d
terraform/core/47-mwaa.tf
@@ -169,7 +169,7 @@ resource "aws_s3_object" "requirements_placeholder" {
169
resource "aws_mwaa_environment" "mwaa" {
170
count = local.is_live_environment ? 1 : 0
171
name = "${local.identifier_prefix}-mwaa-environment"
172
- airflow_version = "2.8.1" # Latest MWAA on 2024-05-22, preinstall python 3.11
+ airflow_version = "2.10.3" # Latest MWAA on 2025-01-13, preinstall python 3.11
173
environment_class = "mw1.medium"
174
execution_role_arn = aws_iam_role.mwaa_role.arn
175
source_bucket_arn = aws_s3_bucket.mwaa_bucket.arn
0 commit comments