We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca662de commit da14dcfCopy full SHA for da14dcf
terraform/india/development/main.tf
@@ -451,7 +451,7 @@ module "airflow" {
451
aws-vpc_id = module.network.vpc_id
452
aws-subnet_id = module.network.public_subnet_ids[0]
453
airflow-db-connection-url = "${module.postgres-rds.instance_connection_url}/airflow"
454
- docker-compose-version = "0.0.9"
+ docker-compose-version = "0.0.8"
455
ecs-subnet_id = module.network.public_subnet_ids[0]
456
ecs-security_group = module.network.default_security_group_id
457
aws-owner_id = module.network.owner_id
0 commit comments