{"id":17888279,"url":"https://github.com/squat/terraform-provider-datacrunch","last_synced_at":"2026-05-01T09:31:42.505Z","repository":{"id":207040080,"uuid":"718264869","full_name":"squat/terraform-provider-datacrunch","owner":"squat","description":"Terraform provider for DataCrunch","archived":false,"fork":false,"pushed_at":"2023-12-28T20:55:35.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T06:03:35.956Z","etag":null,"topics":["datacrunch","terraform","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/squat.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":"2023-11-13T18:17:57.000Z","updated_at":"2023-11-13T19:34:17.000Z","dependencies_parsed_at":"2023-12-28T21:58:50.496Z","dependency_job_id":null,"html_url":"https://github.com/squat/terraform-provider-datacrunch","commit_stats":null,"previous_names":["squat/terraform-provider-datacrunch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/squat/terraform-provider-datacrunch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squat%2Fterraform-provider-datacrunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squat%2Fterraform-provider-datacrunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squat%2Fterraform-provider-datacrunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squat%2Fterraform-provider-datacrunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squat","download_url":"https://codeload.github.com/squat/terraform-provider-datacrunch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squat%2Fterraform-provider-datacrunch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["datacrunch","terraform","terraform-provider"],"created_at":"2024-10-28T13:37:00.350Z","updated_at":"2026-05-01T09:31:42.485Z","avatar_url":"https://github.com/squat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataCrunch Terraform Provider\n\nThe Terraform provider for DataCrunch enables the declarative management of resources in [DataCrunch](https://datacrunch.io).\n\n[![Build Status](https://github.com/squat/terraform-provider-datacrunch/workflows/CI/badge.svg)](https://github.com/squat/terraform-provider-datacrunch/actions?query=workflow%3ACI)\n\n\u003c!-- Start SDK Installation [installation] --\u003e\n## SDK 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    datacrunch = {\n      source  = \"squat/datacrunch\"\n      version = \"0.0.1\"\n    }\n  }\n}\n\nprovider \"datacrunch\" {\n  # Configuration options\n}\n```\n\u003c!-- End SDK Installation [installation] --\u003e\n\n\n\n\u003c!-- Start SDK Example Usage [usage] --\u003e\n## SDK Example Usage\n\n### Testing the provider locally\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### Example\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\u003c!-- End SDK Example Usage [usage] --\u003e\n\n\n\n\u003c!-- Start Available Resources and Operations [operations] --\u003e\n## Available Resources and Operations\n\n\n\u003c!-- End Available Resources and Operations [operations] --\u003e\n\n\u003c!-- Placeholder for Future Speakeasy SDK Sections --\u003e\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\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      \"squat/datacrunch\" = \"\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\nYour `\u003cPATH\u003e` may vary depending on how your Go environment variables are configured. Execute `go env GOBIN` to set it, then set the `\u003cPATH\u003e` to the value returned. If nothing is returned, set it to the default location, `$HOME/go/bin`.\n\n### Generation\n\nThis project is generated using [Speakeasy](https://github.com/speakeasy-api/speakeasy).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquat%2Fterraform-provider-datacrunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquat%2Fterraform-provider-datacrunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquat%2Fterraform-provider-datacrunch/lists"}