Skip to content

Commit

Permalink
Merge pull request #209 from NASA-IMPACT/gc/tryagain
Browse files Browse the repository at this point in the history
try again
  • Loading branch information
ranchodeluxe authored Aug 8, 2024
2 parents bea7608 + 593a16c commit fb5854e
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}","${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}"]
}
}

0 comments on commit fb5854e

Please sign in to comment.