Skip to content

Commit

Permalink
Merge pull request #208 from NASA-IMPACT/gc/all_sg_and_subnets
Browse files Browse the repository at this point in the history
all the subnets and sgs are mine
  • Loading branch information
ranchodeluxe authored Aug 8, 2024
2 parents b8511b3 + 40d1378 commit bea7608
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 bea7608

Please sign in to comment.