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
Copy file name to clipboardExpand all lines: modules/docker-build/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,10 @@ No modules.
71
71
| <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 |
72
72
| <aname="input_docker_file_path"></a> [docker\_file\_path](#input\_docker\_file\_path)| Path to Dockerfile in source package |`string`|`"Dockerfile"`| no |
73
73
| <aname="input_ecr_repo"></a> [ecr\_repo](#input\_ecr\_repo)| Name of ECR repository to use or to create |`string`|`null`| no |
74
+
| <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 |
74
75
| <aname="input_image_tag"></a> [image\_tag](#input\_image\_tag)| Image tag to use. If not specified current timestamp in format 'YYYYMMDDhhmmss' will be used. This can lead to unnecessary rebuilds. |`string`|`null`| no |
76
+
| <aname="input_image_tag_mutability"></a> [image\_tag\_mutability](#input\_image\_tag\_mutability)| The tag mutability setting for the repository. Must be one of: `MUTABLE` or `IMMUTABLE`|`string`|`"MUTABLE"`| no |
77
+
| <aname="input_scan_on_push"></a> [scan\_on\_push](#input\_scan\_on\_push)| Indicates whether images are scanned after being pushed to the repository |`bool`|`false`| no |
75
78
| <aname="input_source_path"></a> [source\_path](#input\_source\_path)| Path to folder containing application code |`string`|`null`| no |
0 commit comments