Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Sep 12, 2024
1 parent 198413e commit 8ba68cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/india/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ module "airflow" {
aws-vpc_id = module.network.vpc_id
aws-subnet_id = module.network.public_subnet_ids[0]
airflow-db-connection-url = "${module.postgres-rds.instance_connection_url}/airflow"
docker-compose-version = "0.0.7"
docker-compose-version = "0.0.8"
ecs-subnet_id = module.network.public_subnet_ids[0]
ecs-security_group = module.network.default_security_group_id
aws-owner_id = module.network.owner_id
Expand Down
2 changes: 1 addition & 1 deletion terraform/nowcasting/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ module "airflow" {
aws-vpc_id = module.networking.vpc_id
aws-subnet_id = module.networking.public_subnet_ids[0]
airflow-db-connection-url = module.database.forecast-database-secret-airflow-url
docker-compose-version = "0.0.5"
docker-compose-version = "0.0.6"
ecs-subnet_id = module.networking.public_subnet_ids[0]
ecs-security_group=module.networking.default_security_group_id
aws-owner_id = module.networking.owner_id
Expand Down

0 comments on commit 8ba68cd

Please sign in to comment.