Skip to content

Commit

Permalink
Update wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Octogonapus committed Oct 31, 2023
1 parent b18def6 commit 680d5e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ module "wrapper" {
s3_prefix = try(each.value.s3_prefix, var.defaults.s3_prefix, null)
ignore_source_code_hash = try(each.value.ignore_source_code_hash, var.defaults.ignore_source_code_hash, false)
local_existing_package = try(each.value.local_existing_package, var.defaults.local_existing_package, null)
source_code_hash = try(each.value.source_code_hash, var.defaults.source_code_hash, null)
s3_existing_package = try(each.value.s3_existing_package, var.defaults.s3_existing_package, null)
store_on_s3 = try(each.value.store_on_s3, var.defaults.store_on_s3, false)
s3_object_storage_class = try(each.value.s3_object_storage_class, var.defaults.s3_object_storage_class, "ONEZONE_IA")
Expand Down

0 comments on commit 680d5e0

Please sign in to comment.