Skip to content

Commit

Permalink
properly set target repo
Browse files Browse the repository at this point in the history
Signed-off-by: James Petersen <[email protected]>
  • Loading branch information
found-it committed May 6, 2024
1 parent d76d5fc commit 3c7cb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/keda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ module "versioned" {
for_each = local.component_versions
source = "../../tflib/publisher"
name = basename(path.module)
target_repository = "${var.target_repository}/${each.value.component}"
target_repository = replace(var.target_repository, "/keda", "/${each.value.component}")
config = module.config[each.key].config
build-dev = true

Expand Down

0 comments on commit 3c7cb06

Please sign in to comment.