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
* Add support for tenant isolation mode feature ([#718](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/718)) ([ab332c1](https://github.com/terraform-aws-modules/terraform-aws-lambda/commit/ab332c1e75f956144bce193966eb2b194d3194a3))
* Avoids issue due to strict requirement for fileexists to return consistent results ([#722](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/722)) ([d6b4321](https://github.com/terraform-aws-modules/terraform-aws-lambda/commit/d6b4321d9633b0f5b02c6b9162a453816dd559c5))
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -858,6 +858,7 @@ No modules.
858
858
| <aname="input_source_path"></a> [source\_path](#input\_source\_path)| The absolute path to a local file or directory containing your Lambda source code |`any`|`null`| no |
859
859
| <aname="input_store_on_s3"></a> [store\_on\_s3](#input\_store\_on\_s3)| Whether to store produced artifacts on S3 or locally. |`bool`|`false`| no |
860
860
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to resources. |`map(string)`|`{}`| no |
861
+
| <aname="input_tenant_isolation_mode"></a> [tenant\_isolation\_mode](#input\_tenant\_isolation\_mode)| Enable tenant isolation mode for the Lambda Function |`bool`|`false`| no |
861
862
| <aname="input_timeout"></a> [timeout](#input\_timeout)| The amount of time your Lambda Function has to run in seconds. |`number`|`3`| no |
862
863
| <aname="input_timeouts"></a> [timeouts](#input\_timeouts)| Define maximum timeout for creating, updating, and deleting Lambda Function resources |`map(string)`|`{}`| no |
863
864
| <aname="input_tracing_mode"></a> [tracing\_mode](#input\_tracing\_mode)| Tracing mode of the Lambda Function. Valid value can be either PassThrough or Active. |`string`|`null`| no |
0 commit comments