Skip to content

Commit

Permalink
adding cognito to people depot
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseybeck committed Jun 1, 2024
1 parent 855cff9 commit 141ff28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform-incubator/people-depot/project/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ module "people_depot" {
root_db_password = var.root_db_password
}

module "cognito" {
source = "../../../terraform-modules/cognito"

region = "us-west-2"
user_pool_name = "people-depot-user-pool"
client_name = "people-depot-client"
}

variable "root_db_password" {
type = string
description = "root database password"
Expand Down

0 comments on commit 141ff28

Please sign in to comment.