Skip to content

Commit

Permalink
testing project change
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseybeck committed May 18, 2024
1 parent efa8e70 commit 7f481c7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions terraform-incubator/people-depot/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ module "dev" {
container_image = "035866691871.dkr.ecr.us-west-2.amazonaws.com/people-depot-backend-dev:latest"
}

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

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

moved {
from = module.ecr.aws_ecr_repository.this
to = module.dev.module.people_depot.module.ecr.aws_ecr_repository.this
Expand Down

0 comments on commit 7f481c7

Please sign in to comment.