Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 18, 2025
1 parent e7b0079 commit 025d021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ locals {
dest_path = null
name = local.collector_name
source_image = local.collector_name
source_registry = format("%v/%v", local.ent_ecr_source, "docke-ior")
source_registry = format("%v/%v", local.ent_ecr_source, "docker-io")
source_tag = local.collector_version
tag = local.collector_version
},
Expand Down

0 comments on commit 025d021

Please sign in to comment.