Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 24, 2024
1 parent 9113491 commit 95f2b10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion images/kubernetes-csi-external-snapshotter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ module "test-versioned" {

module "tagger" {
depends_on = [module.test-versioned]
for_each = local.components
source = "../../tflib/tagger"
tags = merge([for v in module.versioned : v.latest_tag_map]...)
tags = merge(
[for v in local.versions : module.versioned["kubernetes-csi-external-${each.key}${v.suffix}"].latest_tag_map]...
)
}

0 comments on commit 95f2b10

Please sign in to comment.