Skip to content

Commit

Permalink
Merge pull request #16 from FIAP-3SOAT-G15/fix-ssl
Browse files Browse the repository at this point in the history
adding lifecycle
  • Loading branch information
mateus3009 authored Mar 19, 2024
2 parents f2cdcef + ad34581 commit cd3086b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ resource "aws_cognito_user_pool" "user_pool" {
depends_on = [
module.lambda_auth_challenge
]

lifecycle {
create_before_destroy = true

}
}

resource "aws_cognito_user_group" "admin" {
Expand Down

0 comments on commit cd3086b

Please sign in to comment.