{"id":17419830,"url":"https://github.com/bendrucker/terraform-configuration-aliases-action","last_synced_at":"2025-04-15T00:03:04.728Z","repository":{"id":41868048,"uuid":"398114219","full_name":"bendrucker/terraform-configuration-aliases-action","owner":"bendrucker","description":"GitHub Action for generating aliased provider blocks that satisfy required configuration aliases","archived":false,"fork":false,"pushed_at":"2023-11-06T18:27:38.000Z","size":21,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T00:02:36.020Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/bendrucker.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":"2021-08-20T00:55:20.000Z","updated_at":"2025-03-19T01:25:16.000Z","dependencies_parsed_at":"2024-10-19T01:07:03.124Z","dependency_job_id":null,"html_url":"https://github.com/bendrucker/terraform-configuration-aliases-action","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fterraform-configuration-aliases-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fterraform-configuration-aliases-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fterraform-configuration-aliases-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fterraform-configuration-aliases-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bendrucker","download_url":"https://codeload.github.com/bendrucker/terraform-configuration-aliases-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981260,"owners_count":21193146,"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":[],"created_at":"2024-10-17T02:34:04.793Z","updated_at":"2025-04-15T00:03:04.701Z","avatar_url":"https://github.com/bendrucker.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-configuration-aliases-action\n\n\u003e GitHub Action for generating aliased provider blocks that satisfy required configuration aliases\n\nTerraform modules can accept multiple instances of a provider using [`configuration_aliases`](https://www.terraform.io/docs/language/modules/develop/providers.html#provider-aliases-within-modules). When used, the `providers` meta-argument will be included to pass in configured provider instances for each alias. However, this means that the module [no longer passes `terraform validate` as-is](https://github.com/hashicorp/terraform/issues/28490)—it is not a complete configuration.\n\nThis action inspects a Terraform module, finds all configuration aliases, and writes a `.tf.json` file that defines matching `provider` blocks. This makes the module a complete configuration, allowing `terraform validate` to operate.\n\n## Usage\n\n```yaml\nsteps:\n  - uses: bendrucker/terraform-configuration-aliases-action@v1\n```\n\n### Inputs\n\n| Name | Description            | Default |\n|------|------------------------|---------|\n| path | The path to the module | `''`    |\n\n### Outputs\n\n| Name      | Description                                           |\n|-----------|-------------------------------------------------------|\n| providers | The generated provider configuration as a JSON string |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendrucker%2Fterraform-configuration-aliases-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbendrucker%2Fterraform-configuration-aliases-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendrucker%2Fterraform-configuration-aliases-action/lists"}