{"id":48211118,"url":"https://github.com/techservicesillinois/terraform-aws-ecr","last_synced_at":"2026-04-04T18:48:34.705Z","repository":{"id":49200852,"uuid":"154728808","full_name":"techservicesillinois/terraform-aws-ecr","owner":"techservicesillinois","description":"Provides an EC2 Container Registry repository","archived":false,"fork":false,"pushed_at":"2024-09-09T18:13:05.000Z","size":30,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":12,"default_branch":"main","last_synced_at":"2024-09-09T22:27:24.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gherkin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techservicesillinois.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-25T19:50:40.000Z","updated_at":"2024-09-09T18:12:16.000Z","dependencies_parsed_at":"2023-01-30T01:30:41.905Z","dependency_job_id":"b79c6b89-90e6-40a1-bbd7-2872c12ebd1e","html_url":"https://github.com/techservicesillinois/terraform-aws-ecr","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/techservicesillinois/terraform-aws-ecr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-ecr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-ecr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-ecr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-ecr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techservicesillinois","download_url":"https://codeload.github.com/techservicesillinois/terraform-aws-ecr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-ecr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31409470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T18:48:34.071Z","updated_at":"2026-04-04T18:48:34.697Z","avatar_url":"https://github.com/techservicesillinois.png","language":"Gherkin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ecr\n\n[![Terraform actions status](https://github.com/techservicesillinois/terraform-aws-ecr/workflows/terraform/badge.svg)](https://github.com/techservicesillinois/terraform-aws-ecr/actions)\n\nProvides an [Elastic Container Registry repository](https://docs.aws.amazon.com/AmazonECR/latest/userguide/ECR_GetStarted.html). In addition, it provides an optional default lifecycle\npolicy.\n\n[Cross-account](https://aws.amazon.com/premiumsupport/knowledge-center/secondary-account-access-ecr/)\naccess may be enabled by setting the `readers` or `writers` arguments.\n\nExample Usage\n-----------------\n\n```hcl\nmodule \"foo\" {\n  source = \"git@github.com:techservicesillinois/terraform-aws-ecr\"\n\n  lambda_arns = [\"arn:aws:lambda:us-east-1: 874445906176:function:*\"]\n  repos = [\n    \"repo_name_1\",\n    \"repo_name_2\",\n  ]\n  readers      = [\"arn:aws:iam::874445906176:root\"]\n  scan_on_push = true\n}\n```\n\nArgument Reference\n-----------------\n\nThe following arguments are supported:\n\n* `disable_lifecycle_policy` - (Optional) If set to 'true', no lifecycle policy is applied. Default is 'false'.\n\n* `lambda_arns` – (Optional) List of lambda function ARNs that can pull images at launch.\n\n* `lifecycle_policy_path` – (Optional) Path to JSON document containing lifecycle policy.\n\n* `readers` - (Optional) List of account ARNs that can pull images. These accounts are also granted describe and list access to the corresponding repo(s) and images.\n\n* `repos` - (Required) List of repository names.\n\n* `scan_on_push` – (Optional) Boolean indicating whether images are scanned after being pushed to the repository. Defaults to `true`.\n\n* `tags` - (Optional) Map of tags for resources where supported.\n\n* `writers` - (Optional) List of account ARNs that can push images.\n\n### Debugging\n\n* `_debug` - (Optional) If set, produce verbose output for debugging.\n\nAttributes Reference\n--------------------\n\nThe following attribute is exported:\n\n* `repos` - Map wherein each key/value pair consists of a repo name and URL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechservicesillinois%2Fterraform-aws-ecr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechservicesillinois%2Fterraform-aws-ecr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechservicesillinois%2Fterraform-aws-ecr/lists"}