{"id":26009984,"url":"https://github.com/byu-oit/terraform-aws-ecr","last_synced_at":"2026-06-09T14:31:30.894Z","repository":{"id":65389241,"uuid":"228895119","full_name":"byu-oit/terraform-aws-ecr","owner":"byu-oit","description":"Terraform module to create an ECR repository","archived":false,"fork":false,"pushed_at":"2023-07-14T18:20:16.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-03-05T22:32:12.688Z","etag":null,"topics":["standard","terraform-module"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byu-oit.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":"2019-12-18T18:02:25.000Z","updated_at":"2023-01-20T23:54:20.000Z","dependencies_parsed_at":"2025-03-05T22:30:01.869Z","dependency_job_id":"512392e6-7a9d-4b39-8aa4-77dc97288819","html_url":"https://github.com/byu-oit/terraform-aws-ecr","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/byu-oit/terraform-aws-ecr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byu-oit%2Fterraform-aws-ecr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byu-oit%2Fterraform-aws-ecr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byu-oit%2Fterraform-aws-ecr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byu-oit%2Fterraform-aws-ecr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byu-oit","download_url":"https://codeload.github.com/byu-oit/terraform-aws-ecr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byu-oit%2Fterraform-aws-ecr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34112225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["standard","terraform-module"],"created_at":"2025-03-05T22:26:46.972Z","updated_at":"2026-06-09T14:31:30.874Z","avatar_url":"https://github.com/byu-oit.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Latest GitHub Release](https://img.shields.io/github/v/release/byu-oit/terraform-aws-ecr?sort=semver)\n\n# Terraform AWS ECR\nTerraform module to create an ECR repository with lifecycle and repository policies\n \n## Usage\n```hcl\nmodule \"ecr\" {\n  source = \"github.com/byu-oit/terraform-aws-ecr?ref=v2.0.1\"\n  name   = \"example-app\"\n}\n```\n\n## Requirements\n* Terraform version 0.12.16 or greater\n\n## Inputs\n| Name | Type | Description | Default |\n| --- | --- | --- | --- |\n| name | string | Repository name | |\n| image_tag_mutability | string | The tag mutability setting for the repository. Must be one of: MUTABLE or IMMUTABLE | IMMUTABLE |\n| scan_image_on_push | boolean | Indicates whether images are scanned after being pushed to the repository (true) or not scanned (false) | true |\n| lifecycle_policy | string | ECR Lifecycle Policy (json string) to manage the image lifecycles in the ECR repository | JSON policy that only keeps latest 100 images |\n| repository_policy | string | ECR Repository Policy (json string) to manage access to the ECR repository | JSON policy that allows CodeBuild service to pull any image from this ECR repo |\n| tags | map(string) | A map of AWS Tags to attach to each resource created | {} |\n\n## Outputs\n| Name | Type | Description |\n| --- | --- | --- |\n| repository | [object](https://www.terraform.io/docs/providers/aws/r/ecr_repository.html#attributes-reference) | ECR repository object |\n| lifecycle_policy | [object](https://www.terraform.io/docs/providers/aws/r/ecr_lifecycle_policy.html#attributes-reference) | The repository's lifecycle policy object |\n| repository_policy | [object](https://www.terraform.io/docs/providers/aws/r/ecr_repository_policy.html#attributes-reference) | The repository's repository policy object | \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyu-oit%2Fterraform-aws-ecr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyu-oit%2Fterraform-aws-ecr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyu-oit%2Fterraform-aws-ecr/lists"}