Skip to content

Commit

Permalink
Refactor downloader module declaration in downloads.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Feb 5, 2025
1 parent e53168e commit 01019ad
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 @@ -21,7 +21,7 @@ locals {
)
}

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

0 comments on commit 01019ad

Please sign in to comment.