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_ecr_repo_tags"></a> [ecr\_repo\_tags](#input\_ecr\_repo\_tags)| A map of tags to assign to ECR repository |`map(string)`|`{}`| no |
82
82
| <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 |
83
83
| <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 |
84
+
| <aname="input_keep_remotely"></a> [keep\_remotely](#input\_keep\_remotely)| Whether to keep Docker image in the remote registry on destroy operation. |`bool`|`false`| no |
84
85
| <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 |
85
86
| <aname="input_source_path"></a> [source\_path](#input\_source\_path)| Path to folder containing application code |`string`|`null`| no |
0 commit comments