{"id":17650218,"url":"https://github.com/mongey/terraform-provider-hellosign","last_synced_at":"2025-03-30T08:18:06.097Z","repository":{"id":43291084,"uuid":"328257002","full_name":"Mongey/terraform-provider-hellosign","owner":"Mongey","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-15T17:21:45.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T18:54:59.357Z","etag":null,"topics":["hellosign","terraform-provider"],"latest_commit_sha":null,"homepage":"","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/Mongey.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}},"created_at":"2021-01-09T22:20:08.000Z","updated_at":"2022-03-09T18:28:54.000Z","dependencies_parsed_at":"2022-09-23T12:03:44.267Z","dependency_job_id":null,"html_url":"https://github.com/Mongey/terraform-provider-hellosign","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mongey%2Fterraform-provider-hellosign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mongey%2Fterraform-provider-hellosign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mongey%2Fterraform-provider-hellosign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mongey%2Fterraform-provider-hellosign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mongey","download_url":"https://codeload.github.com/Mongey/terraform-provider-hellosign/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246290713,"owners_count":20753735,"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":["hellosign","terraform-provider"],"created_at":"2024-10-23T11:37:13.714Z","updated_at":"2025-03-30T08:18:06.071Z","avatar_url":"https://github.com/Mongey.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `terraform-provider-hellosign`\n\nA [Terraform][1] provider for managing [Hellosign][2] resources.\n\n## Installation\n\nDownload and extract the [latest release](https://github.com/Mongey/terraform-provider-hellosign/releases/latest) to\nyour [terraform plugin directory][third-party-plugins] (typically `~/.terraform.d/plugins/`) or define the plugin in the required_providers block.\n\n```hcl\nterraform {\n  required_providers {\n    hellosign = {\n      source = \"Mongey/hellosign\"\n    }\n  }\n}\n```\n\n## Example\n\nConfigure the provider directly, or set the ENV variables `HELLOSIGN_API_KEY`\n\n```hcl\nterraform {\n  required_providers {\n    hellosign = {\n      source = \"Mongey/hellosign\"\n    }\n  }\n}\n\nprovider \"hellosign\" {\n  api_key = \"abc_123\"\n}\n\nresource \"hellosign_api_app\" \"example\" {\n  name         = \"My Application\"\n  domain       = \"example.com\"\n  callback_url = \"https://example.com/hellosign/callback\"\n}\n```\n\n[1]: https://www.terraform.io\n[2]: https://www.hellosign.com\n[third-party-plugins]: https://www.terraform.io/docs/configuration/providers.html#third-party-plugins\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongey%2Fterraform-provider-hellosign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmongey%2Fterraform-provider-hellosign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongey%2Fterraform-provider-hellosign/lists"}