Skip to content

Commit fecd5a7

Browse files
authored
Update variables.tf
1 parent 2a28818 commit fecd5a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

variables.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,3 +470,10 @@ variable "apigw_id" {
470470
type = string
471471
default = null
472472
}
473+
474+
# to allow deployments with other lambda triggers and update version whenever there is new deployment
475+
variable "enable_lambda_update_evt_src_mapping" {
476+
description = "Enable Lambda function to update it's event source mapping when there is a new deployment"
477+
type = bool
478+
default = false
479+
}

0 commit comments

Comments
 (0)