Skip to content

Commit

Permalink
Remove people depot mention
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjuareza committed May 16, 2024
1 parent c60a42a commit ca33bde
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions terraform-incubator/civic-tech-jobs/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,4 @@ provider "aws" {
module "dev" {
source = "../project"
container_image = "035866691871.dkr.ecr.us-west-2.amazonaws.com/ctj-backend-dev:latest"
}

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

0 comments on commit ca33bde

Please sign in to comment.