You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Lower minimum Terraform version to 1.5.7 ([#688](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/688)) ([ab60651](https://github.com/terraform-aws-modules/terraform-aws-lambda/commit/ab606514be095d7ad55ebd920069cb090fa39cd5))
* Upgrade AWS provider and min required Terraform version to 6.0 and 1.10 respectively (#687)
18
+
19
+
### Features
20
+
21
+
* Upgrade AWS provider and min required Terraform version to 6.0 and 1.10 respectively ([#687](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/687)) ([367e9a2](https://github.com/terraform-aws-modules/terraform-aws-lambda/commit/367e9a2c5c7e6a4335fcc7c13c14e54f8e347f9c))
* Add buildx and multi-stage build support to docker-build module ([#679](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/679)) ([29893ab](https://github.com/terraform-aws-modules/terraform-aws-lambda/commit/29893ab17086b6ec45955f1f5d2f1be4f7cf2285))
* Do not expose output from build command in Docker ([#677](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/677)) ([75ee97d](https://github.com/terraform-aws-modules/terraform-aws-lambda/commit/75ee97d184231a45bdb8d8398ecccb6f2558d0a5))
* Add aws_partition to support usage of this module in aws-cn and gov ([64433c0](https://github.com/terraform-aws-modules/terraform-aws-lambda/commit/64433c096e690b767a8b106b67383edfe8263ba7))
| <aname="input_policy_json"></a> [policy\_json](#input\_policy\_json)| An additional policy document as JSON to attach to the Lambda Function role |`string`|`null`| no |
829
829
| <aname="input_policy_jsons"></a> [policy\_jsons](#input\_policy\_jsons)| List of additional policy documents as JSON to attach to Lambda Function role |`list(string)`|`[]`| no |
830
830
| <aname="input_policy_name"></a> [policy\_name](#input\_policy\_name)| IAM policy name. It override the default value, which is the same as role\_name |`string`|`null`| no |
831
-
| <aname="input_policy_path"></a> [policy\_path](#input\_policy\_path)| Path of policies to that should be added to IAM role for Lambda Function |`string`|`null`| no |
832
831
| <aname="input_policy_statements"></a> [policy\_statements](#input\_policy\_statements)| Map of dynamic policy statements to attach to Lambda Function role |`any`|`{}`| no |
833
832
| <aname="input_provisioned_concurrent_executions"></a> [provisioned\_concurrent\_executions](#input\_provisioned\_concurrent\_executions)| Amount of capacity to allocate. Set to 1 or greater to enable, or set to 0 to disable provisioned concurrency. |`number`|`-1`| no |
834
833
| <aname="input_publish"></a> [publish](#input\_publish)| Whether to publish creation/change as new Lambda Function Version. |`bool`|`false`| no |
835
834
| <aname="input_putin_khuylo"></a> [putin\_khuylo](#input\_putin\_khuylo)| Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!|`bool`|`true`| no |
835
+
| <aname="input_quiet_archive_local_exec"></a> [quiet\_archive\_local\_exec](#input\_quiet\_archive\_local\_exec)| Whether to disable archive local execution output |`bool`|`true`| no |
836
836
| <aname="input_recreate_missing_package"></a> [recreate\_missing\_package](#input\_recreate\_missing\_package)| Whether to recreate missing Lambda package if it is missing locally or not |`bool`|`true`| no |
837
837
| <aname="input_recursive_loop"></a> [recursive\_loop](#input\_recursive\_loop)| Lambda function recursion configuration. Valid values are Allow or Terminate. |`string`|`null`| no |
838
+
| <aname="input_region"></a> [region](#input\_region)| Region where the resource(s) will be managed. Defaults to the region set in the provider configuration |`string`|`null`| no |
838
839
| <aname="input_replace_security_groups_on_destroy"></a> [replace\_security\_groups\_on\_destroy](#input\_replace\_security\_groups\_on\_destroy)| (Optional) When true, all security groups defined in vpc\_security\_group\_ids will be replaced with the default security group after the function is destroyed. Set the replacement\_security\_group\_ids variable to use a custom list of security groups for replacement instead. |`bool`|`null`| no |
839
840
| <aname="input_replacement_security_group_ids"></a> [replacement\_security\_group\_ids](#input\_replacement\_security\_group\_ids)| (Optional) List of security group IDs to assign to orphaned Lambda function network interfaces upon destruction. replace\_security\_groups\_on\_destroy must be set to true to use this attribute. |`list(string)`|`null`| no |
840
841
| <aname="input_reserved_concurrent_executions"></a> [reserved\_concurrent\_executions](#input\_reserved\_concurrent\_executions)| The amount of reserved concurrent executions for this Lambda Function. A value of 0 disables Lambda Function from being triggered and -1 removes any concurrency limitations. Defaults to Unreserved Concurrency Limits -1. |`number`|`-1`| no |
0 commit comments