From 40d1378836e723465f0944b39c5c4c86eb887ed9 Mon Sep 17 00:00:00 2001 From: ranchodeluxe Date: Thu, 8 Aug 2024 09:23:05 -0700 Subject: [PATCH] all the subnets and sgs are mine --- infrastructure/mwaa_environment_variables.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/mwaa_environment_variables.tpl b/infrastructure/mwaa_environment_variables.tpl index f7743a3..893af38 100644 --- a/infrastructure/mwaa_environment_variables.tpl +++ b/infrastructure/mwaa_environment_variables.tpl @@ -16,7 +16,7 @@ "STAC_URL": "${stac_url}", "VECTOR_SECRET_NAME": "${vector_secret_name}", "VECTOR_ECS_CONF":{ - "VECTOR_SECURITY_GROUP": ["${vector_security_group}"], - "VECTOR_SUBNETS": ["${vector_subnet_1}", "${vector_subnet_2}"] + "VECTOR_SECURITY_GROUP": ["${vector_security_group}","${securitygroup_1}"], + "VECTOR_SUBNETS": ["${vector_subnet_1}", "${vector_subnet_2}", "${subnet_1}", "${subnet_2}"] } }