We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a28818 commit fecd5a7Copy full SHA for fecd5a7
variables.tf
@@ -470,3 +470,10 @@ variable "apigw_id" {
470
type = string
471
default = null
472
}
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