From 62f0070841cf11b417793943ff2c786b19cdbf25 Mon Sep 17 00:00:00 2001 From: devsjc <47188100+devsjc@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:46:22 +0100 Subject: [PATCH] Update airflow in production to use module version 84db064 --- terraform/airflow/production/main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/airflow/production/main.tf b/terraform/airflow/production/main.tf index 9f8eb9a6..be95945e 100644 --- a/terraform/airflow/production/main.tf +++ b/terraform/airflow/production/main.tf @@ -10,7 +10,7 @@ locals { module "airflow_subnetworking" { - source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/subnetworking?ref=85d7572" + source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/subnetworking?ref=84db064" region = var.region @@ -24,7 +24,7 @@ module "airflow_subnetworking" { } module "airflow" { - source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/airflow?ref=35e7206" + source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/airflow?ref=84db064" environment = var.environment vpc_id = var.vpc_id @@ -33,4 +33,4 @@ module "airflow" { docker-compose-version = "0.0.3" ecs_subnet=module.airflow_subnetworking.public_subnet.id ecs_security_group=var.ecs_security_group -} \ No newline at end of file +}