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
| <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