Skip to content

Commit

Permalink
Update airflow in production to use module version 84db064 (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Dudfield <[email protected]>
  • Loading branch information
devsjc and peterdudfield authored Oct 24, 2023
1 parent d19f660 commit 6808ae3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/airflow/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
}
}

0 comments on commit 6808ae3

Please sign in to comment.