{"id":48189849,"url":"https://github.com/appzen-oss/terraform-aws-ecr","last_synced_at":"2026-04-04T17:54:33.414Z","repository":{"id":97939086,"uuid":"186851034","full_name":"appzen-oss/terraform-aws-ecr","owner":"appzen-oss","description":"Terraform module to manage AWS ECR repositories","archived":false,"fork":false,"pushed_at":"2024-06-03T23:05:19.000Z","size":784,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-30T11:56:01.347Z","etag":null,"topics":["aws","aws-ecr","ecr","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/appzen-oss/ecr/aws","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appzen-oss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-05-15T15:08:42.000Z","updated_at":"2020-04-11T21:01:47.000Z","dependencies_parsed_at":"2023-07-03T12:45:55.783Z","dependency_job_id":null,"html_url":"https://github.com/appzen-oss/terraform-aws-ecr","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/appzen-oss/terraform-aws-ecr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzen-oss%2Fterraform-aws-ecr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzen-oss%2Fterraform-aws-ecr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzen-oss%2Fterraform-aws-ecr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzen-oss%2Fterraform-aws-ecr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appzen-oss","download_url":"https://codeload.github.com/appzen-oss/terraform-aws-ecr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzen-oss%2Fterraform-aws-ecr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407655,"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":["aws","aws-ecr","ecr","terraform","terraform-module"],"created_at":"2026-04-04T17:54:33.234Z","updated_at":"2026-04-04T17:54:33.390Z","avatar_url":"https://github.com/appzen-oss.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-ecr\n\n[![CircleCI](https://circleci.com/gh/appzen-oss/terraform-aws-ecr.svg?style=svg)](https://circleci.com/gh/appzen-oss/terraform-aws-ecr)\n[![Github release](https://img.shields.io/github/release/appzen-oss/terraform-aws-ecr.svg)](https://github.com/appzen-oss/terraform-aws-ecr/releases)\n\nTerraform module to\n\n[Terraform registry](https://registry.terraform.io/modules/appzen-oss/ecr/aws)\n\n## Usage\n\n### Basic Example\n\n```hcl\nmodule \"\" {\n  source        = \"appzen-oss/ecr/aws\"\n  version       = \"0.0.1\"\n}\n```\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|:----:|:-----:|:-----:|\n| accounts\\_ro | AWS accounts to provide with readonly access to the ECR | list | `\u003clist\u003e` | no |\n| accounts\\_rw | AWS accounts to provide with full access to the ECR | list | `\u003clist\u003e` | no |\n| attributes | Suffix name with additional attributes (policy, role, etc.) | list | `\u003clist\u003e` | no |\n| component | TAG: Underlying, dedicated piece of service (Cache, DB, ...) | string | `\"UNDEF-ECR\"` | no |\n| delimiter | Delimiter to be used between `name`, `namespaces`, `attributes`, etc. | string | `\"-\"` | no |\n| enabled | Set to false to prevent the module from creating any resources | string | `\"true\"` | no |\n| environment | Environment (ex: `dev`, `qa`, `stage`, `prod`). (Second or top level namespace. Depending on namespacing options) | string | n/a | yes |\n| max\\_image\\_age | Max container image age | string | `\"0\"` | no |\n| max\\_image\\_age\\_tag\\_prefix | Tag prefix list for max image age rule | list | `\u003clist\u003e` | no |\n| max\\_image\\_count | Max container images to keep | string | `\"500\"` | no |\n| monitor | TAG: Should resource be monitored | string | `\"UNDEF-ECR\"` | no |\n| name | Base name for resource | string | n/a | yes |\n| namespace-env | Prefix name with the environment. If true, format is: `{env}-{name}` | string | `\"true\"` | no |\n| namespace-org | Prefix name with the organization. If true, format is: `{org}-{env namespaced name}`. If both env and org namespaces are used, format will be `{org}-{env}-{name}` | string | `\"false\"` | no |\n| organization | Organization name (Top level namespace) | string | `\"\"` | no |\n| owner | TAG: Owner of the service | string | `\"UNDEF-ECR\"` | no |\n| product | TAG: Company/business product | string | `\"UNDEF-ECR\"` | no |\n| service | TAG: Application (microservice) name | string | `\"UNDEF-ECR\"` | no |\n| tags | A map of additional tags | map | `\u003cmap\u003e` | no |\n| team | TAG: Department/team of people responsible for service | string | `\"UNDEF-ECR\"` | no |\n| use\\_fullname |  | string | `\"true\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| registry\\_id | The registry ID where the repository was created |\n| repository\\_arn | Full ARN of repository |\n| repository\\_name | Repository name |\n| repository\\_url | Repository URL |\n\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM GRAPH HOOK --\u003e\n\n### Resource Graph of plan\n\n![Terraform Graph](resource-plan-graph.png)\n\u003c!-- END OF PRE-COMMIT-TERRAFORM GRAPH HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzen-oss%2Fterraform-aws-ecr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappzen-oss%2Fterraform-aws-ecr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzen-oss%2Fterraform-aws-ecr/lists"}