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_create_ecr_repo"></a> [create\_ecr\_repo](#input\_create\_ecr\_repo)| Controls whether ECR repository for Lambda image should be created |`bool`|`false`| no |
86
86
| <aname="input_docker_file_path"></a> [docker\_file\_path](#input\_docker\_file\_path)| Path to Dockerfile in source package |`string`|`"Dockerfile"`| no |
87
87
| <aname="input_ecr_address"></a> [ecr\_address](#input\_ecr\_address)| Address of ECR repository for cross-account container image pulling (optional). Option `create_ecr_repo` must be `false`|`string`|`null`| no |
88
+
| <aname="input_ecr_force_delete"></a> [ecr\_force\_delete](#input\_ecr\_force\_delete)| If true, will delete the repository even if it contains images. |`bool`|`true`| no |
88
89
| <aname="input_ecr_repo"></a> [ecr\_repo](#input\_ecr\_repo)| Name of ECR repository to use or to create |`string`|`null`| no |
89
90
| <aname="input_ecr_repo_lifecycle_policy"></a> [ecr\_repo\_lifecycle\_policy](#input\_ecr\_repo\_lifecycle\_policy)| A JSON formatted ECR lifecycle policy to automate the cleaning up of unused images. |`string`|`null`| no |
90
91
| <aname="input_ecr_repo_tags"></a> [ecr\_repo\_tags](#input\_ecr\_repo\_tags)| A map of tags to assign to ECR repository |`map(string)`|`{}`| no |
0 commit comments