{"id":26316547,"url":"https://github.com/epilot-dev/terraform-provider-epilot-automation","last_synced_at":"2026-04-02T02:06:52.937Z","repository":{"id":150341853,"uuid":"613478450","full_name":"epilot-dev/terraform-provider-epilot-automation","owner":"epilot-dev","description":"Terraform provider for epilot automation API ","archived":false,"fork":false,"pushed_at":"2026-03-29T00:16:44.000Z","size":822,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-03-29T03:02:31.037Z","etag":null,"topics":["api","automation","epilot","sdk","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/epilot-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-13T16:39:59.000Z","updated_at":"2026-02-24T18:15:54.000Z","dependencies_parsed_at":"2024-06-17T14:09:21.740Z","dependency_job_id":"dad024ea-40e3-4823-8c6e-f83c84a16fc6","html_url":"https://github.com/epilot-dev/terraform-provider-epilot-automation","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/epilot-dev/terraform-provider-epilot-automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epilot-dev%2Fterraform-provider-epilot-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epilot-dev%2Fterraform-provider-epilot-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epilot-dev%2Fterraform-provider-epilot-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epilot-dev%2Fterraform-provider-epilot-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epilot-dev","download_url":"https://codeload.github.com/epilot-dev/terraform-provider-epilot-automation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epilot-dev%2Fterraform-provider-epilot-automation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["api","automation","epilot","sdk","terraform"],"created_at":"2025-03-15T13:16:03.981Z","updated_at":"2026-04-02T02:06:52.928Z","avatar_url":"https://github.com/epilot-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource srcset=\"https://user-images.githubusercontent.com/68016351/221740028-fbe0a2da-c781-4641-ac18-0bb1d19d49e3.svg\" media=\"(prefers-color-scheme: dark)\" width=\"500\"\u003e\n        \u003cimg src=\"https://user-images.githubusercontent.com/68016351/221764522-4c54cadc-7697-49cf-a4f2-2838a8b30796.png\" width=\"500\"\u003e\n    \u003c/picture\u003e\n   \u003cp\u003eEpilot is the digital foundation for sales, service, network and implementation processes in the context of the energy transition..\u003c/p\u003e\n   \u003ca href=\"https://docs.epilot.io/api/access-token\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=Docs\u0026message=API Ref\u0026color=000000\u0026style=for-the-badge\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003c!-- Start Installation [installation] --\u003e\n## Installation\n\nTo install this provider, copy and paste this code into your Terraform configuration. Then, run `terraform init`.\n\n```hcl\nterraform {\n  required_providers {\n    epilot-automation = {\n      source  = \"epilot-dev/epilot-automation\"\n      version = \"0.11.0\"\n    }\n  }\n}\n\nprovider \"epilot-automation\" {\n  server_url = \"...\" # Optional\n}\n```\n\u003c!-- End Installation [installation] --\u003e\n\n\u003c!-- Start Testing the provider locally [usage] --\u003e\n## Testing the provider locally\n\n#### Local Provider\n\nShould you want to validate a change locally, the `--debug` flag allows you to execute the provider against a terraform instance locally.\n\nThis also allows for debuggers (e.g. delve) to be attached to the provider.\n\n```sh\ngo run main.go --debug\n# Copy the TF_REATTACH_PROVIDERS env var\n# In a new terminal\ncd examples/your-example\nTF_REATTACH_PROVIDERS=... terraform init\nTF_REATTACH_PROVIDERS=... terraform apply\n```\n\n#### Compiled Provider\n\nTerraform allows you to use local provider builds by setting a `dev_overrides` block in a configuration file called `.terraformrc`. This block overrides all other configured installation methods.\n\n1. Execute `go build` to construct a binary called `terraform-provider-epilot-automation`\n2. Ensure that the `.terraformrc` file is configured with a `dev_overrides` section such that your local copy of terraform can see the provider binary\n\nTerraform searches for the `.terraformrc` file in your home directory and applies any configuration settings you set.\n\n```\nprovider_installation {\n\n  dev_overrides {\n      \"registry.terraform.io/epilot-dev/epilot-automation\" = \"\u003cPATH\u003e\"\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\u003c!-- End Testing the provider locally [usage] --\u003e\n\n\u003c!-- Start Authentication [security] --\u003e\n## Authentication\n\nThis provider supports authentication configuration via provider configuration.\n\nAvailable configuration:\n\n| Provider Attribute | Description |\n|---|---|\n| `epilot_auth` | Epilot Bearer Token. |\n\u003c!-- End Authentication [security] --\u003e\n\n\u003c!-- Start Available Resources and Data Sources [operations] --\u003e\n## Available Resources and Data Sources\n\n### Resources\n\n* [epilot-automation_flow](docs/resources/flow.md)\n### Data Sources\n\n* [epilot-automation_flow](docs/data-sources/flow.md)\n\u003c!-- End Available Resources and Data Sources [operations] --\u003e\n\n\u003c!-- Start Summary [summary] --\u003e\n## Summary\n\nAutomation API: API Backend for epilot Automation Workflows feature\n\u003c!-- End Summary [summary] --\u003e\n\n\u003c!-- Start Table of Contents [toc] --\u003e\n## Table of Contents\n\u003c!-- $toc-max-depth=2 --\u003e\n  * [Installation](#installation)\n  * [Testing the provider locally](#testing-the-provider-locally)\n  * [Authentication](#authentication)\n  * [Available Resources and Data Sources](#available-resources-and-data-sources)\n\n\u003c!-- End Table of Contents [toc] --\u003e\n\n\u003c!-- Placeholder for Future Speakeasy SDK Sections --\u003e\n\n\n\n### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepilot-dev%2Fterraform-provider-epilot-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepilot-dev%2Fterraform-provider-epilot-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepilot-dev%2Fterraform-provider-epilot-automation/lists"}