{"id":19176999,"url":"https://github.com/joomcode/packer-plugin-external","last_synced_at":"2025-05-07T20:09:21.131Z","repository":{"id":64644760,"uuid":"577092401","full_name":"joomcode/packer-plugin-external","owner":"joomcode","description":"Packer plugin for communicating with external programs","archived":false,"fork":false,"pushed_at":"2024-05-23T10:42:41.000Z","size":121,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-07T20:08:45.245Z","etag":null,"topics":["packer","packer-datasource","packer-plugin"],"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/joomcode.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":"2022-12-11T23:45:56.000Z","updated_at":"2024-12-25T20:05:26.000Z","dependencies_parsed_at":"2024-06-21T18:58:40.377Z","dependency_job_id":"d54d0d35-d62c-42e9-8c68-f25c16bd9a85","html_url":"https://github.com/joomcode/packer-plugin-external","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"hashicorp/packer-plugin-scaffolding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomcode%2Fpacker-plugin-external","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomcode%2Fpacker-plugin-external/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomcode%2Fpacker-plugin-external/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomcode%2Fpacker-plugin-external/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joomcode","download_url":"https://codeload.github.com/joomcode/packer-plugin-external/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949270,"owners_count":21830151,"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":["packer","packer-datasource","packer-plugin"],"created_at":"2024-11-09T10:31:34.249Z","updated_at":"2025-05-07T20:09:21.050Z","avatar_url":"https://github.com/joomcode.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Packer external data source plugin\n\nA plugin for [Packer](https://www.packer.io/) which provides access to external commands. Compatible with Packer \u003e= 1.7.0\n\n## Usage\n```hcl\npacker {\n  required_plugins {\n    external = {\n      version = \"\u003e= 0.0.2\"\n      source  = \"github.com/joomcode/external\"\n    }\n  }\n}\n\ndata \"external\" \"example\" {\n  program = [\"jq\", \"{ \\\"foo\\\": .key1 }\"]\n  query = {\n    key1 = \"val1\"\n  }\n}\n\ndata \"external-raw\" \"example\" {\n  program = [\"rev\"]\n  query   = \"hello\"\n}\n\nlocals {\n  external_result = data.external.example.result[\"foo\"] # \"val1\"\n  raw_result      = data.external-raw.example.result # \"olleh\\n\"\n}\n```\n\nSee docs for more detailed information.\n\n## Running Acceptance Tests\n\n```bash\nmake testacc\n```\n\nThis will run the acceptance tests for all plugins in this set.\n\n# Requirements\n\n-\t[Go](https://go.dev/doc/install) \u003e= 1.22\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoomcode%2Fpacker-plugin-external","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoomcode%2Fpacker-plugin-external","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoomcode%2Fpacker-plugin-external/lists"}