{"id":44413583,"url":"https://github.com/uptycslabs/terraform-provider-uptycs","last_synced_at":"2026-02-12T07:51:48.518Z","repository":{"id":57133511,"uuid":"503847368","full_name":"uptycslabs/terraform-provider-uptycs","owner":"uptycslabs","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-18T23:38:29.000Z","size":364,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-21T01:42:10.462Z","etag":null,"topics":["golang","hacktoberfest","hacktoberfest-accepted","osquery","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/uptycslabs.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":"2022-06-15T16:42:29.000Z","updated_at":"2023-08-21T21:00:02.000Z","dependencies_parsed_at":"2023-02-19T00:31:17.697Z","dependency_job_id":"6bb94b3c-e9a9-4fc7-b256-913578fc3351","html_url":"https://github.com/uptycslabs/terraform-provider-uptycs","commit_stats":{"total_commits":84,"total_committers":3,"mean_commits":28.0,"dds":"0.11904761904761907","last_synced_commit":"ebad4d2a49c402f015be71bd9c2a002f06c1ab9c"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/uptycslabs/terraform-provider-uptycs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptycslabs%2Fterraform-provider-uptycs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptycslabs%2Fterraform-provider-uptycs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptycslabs%2Fterraform-provider-uptycs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptycslabs%2Fterraform-provider-uptycs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uptycslabs","download_url":"https://codeload.github.com/uptycslabs/terraform-provider-uptycs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptycslabs%2Fterraform-provider-uptycs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29361810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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":["golang","hacktoberfest","hacktoberfest-accepted","osquery","terraform-provider"],"created_at":"2026-02-12T07:51:47.701Z","updated_at":"2026-02-12T07:51:48.513Z","avatar_url":"https://github.com/uptycslabs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider Uptycs\n\n## Auth ##\n\nThis provider allows env var auth as well as provider{} auth inline\n\n```\nexport UPTYCS_CUSTOMER_ID=\"your-customer-id\"\nexport UPTYCS_API_SECRET=\"your-api-secret\"\nexport UPTYCS_API_KEY=\"your-api-key\"\nexport UPTYCS_HOST=https://test.uptycs.io\n```\n\nInline:\n\n```\nprovider \"uptycs\" {\n  host = \"https://test.uptycs.io\"\n  customer_id = \"your-customer-id\"\n  api_key = \"your-api-key\"\n  api_secret = \"your-api-secret\"\n}\n\n\n```\n\n## Build provider\n\nRun the following command to build the provider\n\n```shell\n$ go build -o terraform-provider-uptycs\n```\n\n## Test sample configuration\n\nFirst, bump the version so that its unique and won't pull from the registry:\n\n```shell\n$ vim Makefile\n```\n\nNext, build and install the provider.\n\n```shell\n$ make install\n```\n\nThen, navigate to the `examples` directory.\n\n```shell\n$ cd examples\n```\n\nTo run this locally you'll need to add a `~/.terraformrc` file with:\n\n```\nprovider_installation {\n  filesystem_mirror {\n    path    = \"/Users/marcus.young/.terraform.d/plugins\"\n    include = [\n      \"github.com/uptycslabs/uptycs\",\n      \"registry.terraform.io/uptycslabs/uptycs\",\n    ]\n\n  }\n  direct {\n    exclude = [\"uptycslabs/uptycs\"]\n  }\n}\n```\n\nRun the following command to initialize the workspace and apply the sample configuration.\n\n```shell\n$ rm -rf .terraform .terraform.lock.hcl\n$ terraform init\n$ export UPTYCS_API_KEY=\"your-api-key\"\n$ export UPTYCS_API_SECRET=\"your-api-secret\"\n$ terraform plan\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuptycslabs%2Fterraform-provider-uptycs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuptycslabs%2Fterraform-provider-uptycs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuptycslabs%2Fterraform-provider-uptycs/lists"}