Skip to content

Commit

Permalink
fix: make readonly lambda invocation depend on app user invocation (#160
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gabelton authored Jun 14, 2024
1 parent 756631e commit 1e0fe0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgres/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@ resource "aws_lambda_invocation" "create-readonly-user" {
depends_on = [
aws_lambda_function.lambda,
aws_db_instance.default,
aws_lambda_invocation.create-application-user,
]
}

0 comments on commit 1e0fe0d

Please sign in to comment.