Skip to content

Commit

Permalink
dependency for image copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdongo-aneo committed Oct 24, 2024
1 parent e1c4845 commit bba0953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/quick-deploy/aws/armonik.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ module "armonik" {
image = local.ecr_images["${var.pod_deletion_cost.image}:${try(coalesce(var.pod_deletion_cost.tag), "")}"].image
tag = local.ecr_images["${var.pod_deletion_cost.image}:${try(coalesce(var.pod_deletion_cost.tag), "")}"].tag
})
depends_on = [module.ecr]
}

0 comments on commit bba0953

Please sign in to comment.