From 593a16c604311a416193988acdd8d0dac466d3d5 Mon Sep 17 00:00:00 2001 From: ranchodeluxe Date: Thu, 8 Aug 2024 09:55:47 -0700 Subject: [PATCH] try again --- 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 893af380..f7743a39 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}","${securitygroup_1}"], - "VECTOR_SUBNETS": ["${vector_subnet_1}", "${vector_subnet_2}", "${subnet_1}", "${subnet_2}"] + "VECTOR_SECURITY_GROUP": ["${vector_security_group}"], + "VECTOR_SUBNETS": ["${vector_subnet_1}", "${vector_subnet_2}"] } }