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
|[aws_caller_identity.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
@@ -76,6 +77,7 @@ No modules.
76
77
| <aname="input_docker_file_path"></a> [docker\_file\_path](#input\_docker\_file\_path)| Path to Dockerfile in source package |`string`|`"Dockerfile"`| no |
77
78
| <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 |
78
79
| <aname="input_ecr_repo"></a> [ecr\_repo](#input\_ecr\_repo)| Name of ECR repository to use or to create |`string`|`null`| no |
80
+
| <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 |
79
81
| <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 |
80
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 |
81
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 |
0 commit comments