Skip to content

Commit 86a676e

Browse files
committed
Runs hcledit pre-commit hook
1 parent ab41588 commit 86a676e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrappers/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module "wrapper" {
2626
hosted_zone_name = try(each.value.hosted_zone_name, var.defaults.hosted_zone_name, null)
2727
mutual_tls_authentication = try(each.value.mutual_tls_authentication, var.defaults.mutual_tls_authentication, {})
2828
name = try(each.value.name, var.defaults.name, "")
29+
private_zone = try(each.value.private_zone, var.defaults.private_zone, false)
2930
protocol_type = try(each.value.protocol_type, var.defaults.protocol_type, "HTTP")
3031
route_key = try(each.value.route_key, var.defaults.route_key, null)
3132
route_selection_expression = try(each.value.route_selection_expression, var.defaults.route_selection_expression, null)

0 commit comments

Comments
 (0)