Skip to content

Commit 60585e3

Browse files
committed
upgrade airflow
1 parent 244a67d commit 60585e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/india/production/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ module "forecast-ad" {
444444

445445
# 5.0
446446
module "airflow" {
447-
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/airflow?ref=631a791"
447+
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/airflow?ref=244a67d"
448448
aws-environment = local.environment
449449
aws-region = local.region
450450
aws-domain = local.domain

terraform/nowcasting/production/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ module "forecast_blend" {
705705

706706
# 5.2
707707
module "airflow" {
708-
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/airflow?ref=631a791"
708+
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/airflow?ref=244a67d"
709709

710710
aws-environment = local.environment
711711
aws-domain = local.domain

0 commit comments

Comments
 (0)