Skip to content

Commit

Permalink
fix(terraform): tweak repository names
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Mar 11, 2024
1 parent 0fc0ad5 commit d4db403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/modules/account/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "ecr" {
source = "terraform-aws-modules/ecr/aws"
version = "~> 1.6"

repository_name = "vol-app-${each.key}"
repository_name = "vol-app/${each.key}"

repository_read_access_arns = var.ecr_read_access_arns
repository_read_write_access_arns = var.ecr_read_write_access_arns
Expand Down

0 comments on commit d4db403

Please sign in to comment.