Skip to content

Commit

Permalink
fix: adjust for scopeo use
Browse files Browse the repository at this point in the history
  • Loading branch information
jdongo-aneo committed Oct 24, 2024
1 parent a9042fb commit e1c4845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infrastructure/quick-deploy/aws/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ module "default_images" {

module "ecr" {
source = "./generated/infra-modules/container-registry/aws/ecr"
aws_profile = var.profile
kms_key_id = local.kms_key
repositories = var.upload_images ? local.repositories : {}
encryption_type = var.ecr.encryption_type
Expand Down

0 comments on commit e1c4845

Please sign in to comment.