{"id":22592191,"url":"https://github.com/maroux/hedwig-terraform-generator","last_synced_at":"2025-08-31T09:44:04.353Z","repository":{"id":70271148,"uuid":"130421806","full_name":"maroux/hedwig-terraform-generator","owner":"maroux","description":null,"archived":false,"fork":false,"pushed_at":"2019-03-26T23:39:55.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-29T00:43:35.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"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/maroux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-04-20T23:14:53.000Z","updated_at":"2020-07-18T07:10:20.000Z","dependencies_parsed_at":"2023-04-12T12:01:45.430Z","dependency_job_id":null,"html_url":"https://github.com/maroux/hedwig-terraform-generator","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/maroux/hedwig-terraform-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fhedwig-terraform-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fhedwig-terraform-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fhedwig-terraform-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fhedwig-terraform-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maroux","download_url":"https://codeload.github.com/maroux/hedwig-terraform-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fhedwig-terraform-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272965457,"owners_count":25023071,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"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":[],"created_at":"2024-12-08T09:15:38.598Z","updated_at":"2025-08-31T09:44:04.315Z","avatar_url":"https://github.com/maroux.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hedwig Terraform Generator\n\n[![Build Status](https://travis-ci.org/Automatic/hedwig-terraform-generator.svg?branch=master)](https://travis-ci.org/Automatic/hedwig-terraform-generator)\n\n[Hedwig](https://github.com/Automatic/hedwig) is a inter-service communication bus that works on AWS SQS/SNS, while \nkeeping things pretty simple and straight forward. It uses [json schema](http://json-schema.org/) draft v4 for \nschema validation so all incoming and outgoing messages are validated against pre-defined schema.\n\nHedwig Terraform Generator is a CLI utility that makes the process of managing \n[Hedwig Terraform modules](https://registry.terraform.io/search?q=hedwig\u0026verified=false) easier by abstracting \naway details about [Terraform](https://www.terraform.io/).\n\n## Usage \n\n### Installation\n\nDownload the latest version of the release from \n[Github releases](https://github.com/Automatic/hedwig-terraform-generator/releases) - \nit's distributed as a zip containing a Go binary file.\n\n### Configuration\n\nConfiguration is specified as a JSON file. Run \n\n```sh\n./hedwig-terraform-generator config-file-structure\n```\n\nto get the sample configuration file.\n\n**Advanced usage**: The config *may* contain references to other terraform resources, as long as they resolve to \nan actual resource at runtime. \n\n### How to use\n\nRun \n\n```sh\n./hedwig-terraform-generator apply-config \u003cconfig file path\u003e\n```\n\nto create Terraform modules. The module is named `hedwig` by default in the current directory.\n\nRe-run on any changes.\n\n## Development\n\n### Prerequisites\n\nInstall go1.11.x \n\n### Getting Started\n\nAssuming that you have go installed, set up your environment:\n\n```sh\n$ # in a location NOT in your GOPATH:\n$ git checkout github.com/Automatic/hedwig-terraform-generator\n$ cd hedwig-terraform-generator\n$ go get -mod=readonly -v ./...\n$ GO111MODULE=off go get github.com/go-bindata/go-bindata/...\n$ GO111MODULE=off go get -u github.com/client9/misspell/cmd/misspell\n$ GO111MODULE=off go get -u honnef.co/go/tools/cmd/staticcheck\n\n```\n\n### Running Tests\n\nYou can run tests in using ``make test``. By default, it will run all of the unit and functional tests, but you can \nalso run specific tests directly using go test:\n\n```sh\n$ go test ./...\n$ go test -run TestGenerate ./...\n```\n\n## Release Notes\n\n[Github Releases](https://github.com/Automatic/hedwig-terraform-generator/releases)\n\n## How to publish\n\n\n```sh\nmake clean build\n```\n\nUpload to Github and attach the zip files created in above step.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaroux%2Fhedwig-terraform-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaroux%2Fhedwig-terraform-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaroux%2Fhedwig-terraform-generator/lists"}