Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Feb 5, 2025
2 parents 12ef537 + 01019ad commit fcfbe3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloads.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {
)
}

module downloader {
module "downloader" {
# Iterate over each download configuration
for_each = tomap({ for download in local.downloads : download.name => download if download.download })
source = "HappyPathway/downloader/url"
Expand Down

0 comments on commit fcfbe3f

Please sign in to comment.