Skip to content

Commit

Permalink
upgrade airflow (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Nov 13, 2024
1 parent 877d50f commit cc6e848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/india/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ module "forecast-ad" {

# 5.0
module "airflow" {
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/airflow?ref=41a9ecf"
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/airflow?ref=c73cee9"
aws-environment = local.environment
aws-region = local.region
aws-domain = local.domain
Expand Down
2 changes: 1 addition & 1 deletion terraform/nowcasting/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ module "forecast_blend" {

# 5.2
module "airflow" {
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/airflow?ref=10a162d"
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/airflow?ref=c73cee9"

aws-environment = local.environment
aws-domain = local.domain
Expand Down

0 comments on commit cc6e848

Please sign in to comment.