Skip to content

Commit

Permalink
Refactor downloads.tf to disable cleanup in downloader module
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Feb 6, 2025
1 parent e6a3ad2 commit fc12af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions downloads.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module "downloader" {
source = "HappyPathway/downloader/url"
url = each.value.url
output_path = "${each.value.output_path}/${each.key}"
cleanup = false
}


Expand Down

0 comments on commit fc12af2

Please sign in to comment.