{"id":26171551,"url":"https://github.com/jackivanov/terraform-provider-qrcode","last_synced_at":"2026-05-07T06:40:06.006Z","repository":{"id":280554414,"uuid":"939142090","full_name":"jackivanov/terraform-provider-qrcode","owner":"jackivanov","description":"A Terraform provider for generating QR codes from input strings, such as WireGuard client configurations. Outputs QR codes in various formats, including PNG and ASCII, for easy sharing and automation.","archived":false,"fork":false,"pushed_at":"2025-08-01T12:20:53.000Z","size":10646,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T14:40:51.801Z","etag":null,"topics":["qr","qr-code","qr-generator","qrcode","qrcode-generator","terraform","terraform-provider","wireguard"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/jackivanov/qrcode","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackivanov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2025-02-26T04:00:16.000Z","updated_at":"2025-08-01T12:20:50.000Z","dependencies_parsed_at":"2025-03-04T04:23:59.997Z","dependency_job_id":"d6af0b66-39bf-4c00-a43c-c01e26a50f62","html_url":"https://github.com/jackivanov/terraform-provider-qrcode","commit_stats":null,"previous_names":["jackivanov/terraform-provider-qrcode"],"tags_count":7,"template":false,"template_full_name":"hashicorp/terraform-provider-scaffolding-framework","purl":"pkg:github/jackivanov/terraform-provider-qrcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackivanov%2Fterraform-provider-qrcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackivanov%2Fterraform-provider-qrcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackivanov%2Fterraform-provider-qrcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackivanov%2Fterraform-provider-qrcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackivanov","download_url":"https://codeload.github.com/jackivanov/terraform-provider-qrcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackivanov%2Fterraform-provider-qrcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28021585,"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-12-25T02:00:05.988Z","response_time":58,"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":["qr","qr-code","qr-generator","qrcode","qrcode-generator","terraform","terraform-provider","wireguard"],"created_at":"2025-03-11T19:40:32.226Z","updated_at":"2025-12-25T06:07:25.618Z","avatar_url":"https://github.com/jackivanov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider: qrcode\n\nThe qrcode provider allows generating QR codes from text in both PNG and ASCII formats. This can be useful for encoding information such as URLs, configuration data, or authentication keys in a scannable format.\n\nIt provides resources that enable seamless QR code generation for integration into your Terraform deployments.\n\n## Documentation, questions and discussions\n\nOfficial documentation on how to use this provider can be found on the\n[Terraform Registry](https://registry.terraform.io/providers/jackivanov/qrcode/latest/docs).\n\n## Requirements\n\n- [Terraform](https://developer.hashicorp.com/terraform/downloads) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.22\n\n## Building The Provider\n\n1. Clone the repository\n1. Enter the repository directory\n1. Build the provider using the Go `install` command:\n\n```shell\ngo install\n```\n\n## Adding Dependencies\n\nThis provider uses [Go modules](https://github.com/golang/go/wiki/Modules).\nPlease see the Go documentation for the most up to date information about using Go modules.\n\nTo add a new dependency `github.com/author/dependency` to your Terraform provider:\n\n```shell\ngo get github.com/author/dependency\ngo mod tidy\n```\n\nThen commit the changes to `go.mod` and `go.sum`.\n\n## Using the provider\n\nFill this in for each provider\n\n## Developing the Provider\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (see [Requirements](#requirements) above).\n\nTo compile the provider, run `go install`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\nTo generate or update documentation, run `make generate`.\n\nIn order to run the full suite of Acceptance tests, run `make testacc`.\n\n*Note:* Acceptance tests create real resources, and often cost money to run.\n\n```shell\nmake testacc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackivanov%2Fterraform-provider-qrcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackivanov%2Fterraform-provider-qrcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackivanov%2Fterraform-provider-qrcode/lists"}