Skip to content

v1.2.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 05 Jul 20:58
e83b697
allow traffic inside security group @kevcube (#145)

boolean flag to enable intra-security group communication.

why

  • we create our app infrastructure beginning with the database, then we use the output security group ID that gets created by Postgres as an input in our application, to give it database access
  • previously what we've done is create the database, create the app, and add the app security group to the database's inputs, but this makes circular dependencies because our app depends on other outputs of the database