Skip to content

Commit

Permalink
all the subnets and sgs are mine
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Aug 8, 2024
1 parent b8511b3 commit 40d1378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/mwaa_environment_variables.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}"]
}
}

0 comments on commit 40d1378

Please sign in to comment.