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

Commit

Permalink
fix: Adding missing input lambda vpc vars to syncer module (#2701)
Browse files Browse the repository at this point in the history
fix: adding missing input vars to syncer module

Co-authored-by: Niek Palm <[email protected]>
  • Loading branch information
jsalcedo1987 and npalm authored Nov 30, 2022
1 parent 3023eda commit c91a96b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,8 @@ module "runner_binaries" {
log_type = var.log_type
log_level = var.log_level

lambda_subnet_ids = var.lambda_subnet_ids
lambda_security_group_ids = var.lambda_security_group_ids

lambda_principals = var.lambda_principals
}

0 comments on commit c91a96b

Please sign in to comment.