{"id":22870329,"url":"https://github.com/berquerant/experimental-terraform-redirect-store","last_synced_at":"2026-04-30T06:32:19.569Z","repository":{"id":213114451,"uuid":"733049778","full_name":"berquerant/experimental-terraform-redirect-store","owner":"berquerant","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-18T13:54:54.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T11:31:13.646Z","etag":null,"topics":["go","terraform"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berquerant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-18T12:59:14.000Z","updated_at":"2023-12-18T13:00:50.000Z","dependencies_parsed_at":"2023-12-18T15:12:41.991Z","dependency_job_id":"81432b0a-6d33-410d-b00c-43c7f71d7998","html_url":"https://github.com/berquerant/experimental-terraform-redirect-store","commit_stats":null,"previous_names":["berquerant/experimental-terraform-redirect-store"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/berquerant/experimental-terraform-redirect-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fexperimental-terraform-redirect-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fexperimental-terraform-redirect-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fexperimental-terraform-redirect-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fexperimental-terraform-redirect-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berquerant","download_url":"https://codeload.github.com/berquerant/experimental-terraform-redirect-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fexperimental-terraform-redirect-store/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260835882,"owners_count":23070367,"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":["go","terraform"],"created_at":"2024-12-13T13:14:33.035Z","updated_at":"2026-04-30T06:32:14.551Z","avatar_url":"https://github.com/berquerant.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# experimental-terraform-redirect-store\n\nhttps://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework\n\n## Requirements\n\n- [Terraform](https://developer.hashicorp.com/terraform/downloads) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.21\n\n## Building The Provider\n\n1. Clone the repository\n1. Enter the repository directory\n1. Build the provider using the Go `make build` command:\n\n```shell\nmake build\n```\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 `make build`. This will build the provider and put the provider binary in the `tmp` 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```shell\nmake all\n./tmp/api-server\nmake testacc\n```\n\n### Use the Provider locally\n\nWrite `~/.terraformrc`.\n\n```\nprovider_installation {\n\n  dev_overrides {\n      \"github.com/berquerant/redirect-store\" = \"/path/to/experimental-terraform-redirect-store/tmp\"\n  }\n\n  # For all other providers, install them directly from their origin provider\n  # registries as normal. If you omit this, Terraform will _only_ use\n  # the dev_overrides block, and so no other providers will be available.\n  direct {}\n}\n```\n\nRun API server.\n\n``` shell\nmake all\n./tmp/api-server\n```\n\nApply example.\n\n``` shell\ncd examples/provider-install-verification\nterraform apply\n```\n\nAccessing `http://localhost:8030/c/framework` will redirect you to `https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberquerant%2Fexperimental-terraform-redirect-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberquerant%2Fexperimental-terraform-redirect-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberquerant%2Fexperimental-terraform-redirect-store/lists"}