Skip to content

Commit

Permalink
pull from ent-ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 14, 2025
1 parent 68bdf9f commit ef5ecbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ locals {
enabled = true
dest_path = null
name = local.rbac_proxy_name
source_image = "brancz/${local.rbac_proxy_name}"
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_image = "opensource/coreos/${local.rbac_proxy_name}"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = local.rbac_proxy_version
tag = local.rbac_proxy_version
},
Expand Down
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ variable "profile" {
default = ""
}

# tflint-ignore: terraform_unused_declarations
variable "region" {
description = "AWS region"
type = string
Expand Down

0 comments on commit ef5ecbf

Please sign in to comment.