{"id":18930078,"url":"https://github.com/labd/tf-ca-proxy","last_synced_at":"2026-03-16T18:30:19.351Z","repository":{"id":188244692,"uuid":"623526526","full_name":"labd/tf-ca-proxy","owner":"labd","description":"A proxy to use AWS CodeArtifact for hosting Terraform modules","archived":false,"fork":false,"pushed_at":"2023-04-07T14:27:53.000Z","size":66,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-31T19:29:55.691Z","etag":null,"topics":["aws-lambda","codeartifact","terraform"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/labd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-04-04T14:45:50.000Z","updated_at":"2023-04-05T13:33:18.000Z","dependencies_parsed_at":"2023-08-14T13:00:19.697Z","dependency_job_id":null,"html_url":"https://github.com/labd/tf-ca-proxy","commit_stats":null,"previous_names":["labd/tf-ca-proxy"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Ftf-ca-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Ftf-ca-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Ftf-ca-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Ftf-ca-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labd","download_url":"https://codeload.github.com/labd/tf-ca-proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239927825,"owners_count":19719835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-lambda","codeartifact","terraform"],"created_at":"2024-11-08T11:36:29.657Z","updated_at":"2026-03-16T18:30:19.302Z","avatar_url":"https://github.com/labd.png","language":"Go","readme":"# AWS CodeArtifact proxy for Terraform\nThis is a relatively simple project which allows you to use AWS CodeArtifact as\nregistry for Terraform modules acting as a bridge. It exposes an API compatible\nwith the registry format.\n\n\n# Installation\nAn example terraform deployment setup is available in the `deployment/` folder.\nThere are four environment variables which need to be set:\n  - `REGISTRY_NAME`: the name of your CodeArtifact registry\n  - `REGISTRY_DOMAIN`: the domain of your CodeArtifact registry\n  - `AUTH_TOKENS`: a comma separate list of tokens for authentication\n  - `SECRET_KEY`: a secret key for signing the download URL's\n\n# Uploading new terraform modules\nSince this is using AWS CodeArtifact uploading new modules happens with the aws\ncli. See the [documentation](https://docs.aws.amazon.com/codeartifact/latest/ug/publishing-using-generic-packages.html)\nfore more info.\n\nExample:\n```\naws codeartifact publish-package-version \\\n  --domain your-domain \\\n  --repository your-repository \\\n  --namespace your-department \\\n  --format generic \\\n  --package terraform-aws-vpc \\\n  --package-version 1.2.1 \\\n  --asset-name terraform-aws-vpc-1.2.1.zip \\\n  --asset-content terraform-aws-vpc-1.2.1.zip \\\n  --asset-sha256 $(sha256sum asset.tar.gz | awk '{print $1;}')\n```\n\n# Contributing\nContributions are welcome. Please open an issue or a PR.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Ftf-ca-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabd%2Ftf-ca-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Ftf-ca-proxy/lists"}