Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit c91a96b

Browse files
jsalcedo1987npalm
andauthored
fix: Adding missing input lambda vpc vars to syncer module (#2701)
fix: adding missing input vars to syncer module Co-authored-by: Niek Palm <[email protected]>
1 parent 3023eda commit c91a96b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: main.tf

+3
Original file line numberDiff line numberDiff line change
@@ -289,5 +289,8 @@ module "runner_binaries" {
289289
log_type = var.log_type
290290
log_level = var.log_level
291291

292+
lambda_subnet_ids = var.lambda_subnet_ids
293+
lambda_security_group_ids = var.lambda_security_group_ids
294+
292295
lambda_principals = var.lambda_principals
293296
}

0 commit comments

Comments
 (0)