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_build_args"></a> [build\_args](#input\_build\_args)| A map of Docker build arguments. |`map(string)`|`{}`| no |
94
+
| <aname="input_cache_from"></a> [cache\_from](#input\_cache\_from)| List of images to consider as cache sources when building the image. |`list(string)`|`[]`| no |
94
95
| <aname="input_create_ecr_repo"></a> [create\_ecr\_repo](#input\_create\_ecr\_repo)| Controls whether ECR repository for Lambda image should be created |`bool`|`false`| no |
95
96
| <aname="input_create_sam_metadata"></a> [create\_sam\_metadata](#input\_create\_sam\_metadata)| Controls whether the SAM metadata null resource should be created |`bool`|`false`| no |
96
97
| <aname="input_docker_file_path"></a> [docker\_file\_path](#input\_docker\_file\_path)| Path to Dockerfile in source package |`string`|`"Dockerfile"`| no |
0 commit comments