{"id":45024717,"url":"https://github.com/swcstudiospace/terraform-provider-ovh.databricks","last_synced_at":"2026-02-19T03:01:32.186Z","repository":{"id":298347673,"uuid":"997219236","full_name":"swcstudiospace/terraform-provider-ovh.databricks","owner":"swcstudiospace","description":"Terraform Provider for managing the Databricks Platform in OVHcloud","archived":false,"fork":false,"pushed_at":"2025-06-11T15:01:03.000Z","size":12513,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T13:51:01.226Z","etag":null,"topics":["databricks","go","golang","hashicorp","hcp","ovh","ovhcloud","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swcstudiospace.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,"zenodo":null}},"created_at":"2025-06-06T06:45:08.000Z","updated_at":"2025-06-11T15:00:48.000Z","dependencies_parsed_at":"2025-06-11T16:12:40.572Z","dependency_job_id":null,"html_url":"https://github.com/swcstudiospace/terraform-provider-ovh.databricks","commit_stats":null,"previous_names":["spectrumwebco/terraform-provider-databricks-ovh","swcstudio/terraform-provider-ovh.databricks","swcstudiospace/terraform-provider-ovh.databricks"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/swcstudiospace/terraform-provider-ovh.databricks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swcstudiospace%2Fterraform-provider-ovh.databricks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swcstudiospace%2Fterraform-provider-ovh.databricks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swcstudiospace%2Fterraform-provider-ovh.databricks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swcstudiospace%2Fterraform-provider-ovh.databricks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swcstudiospace","download_url":"https://codeload.github.com/swcstudiospace/terraform-provider-ovh.databricks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swcstudiospace%2Fterraform-provider-ovh.databricks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29601499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T02:50:40.506Z","status":"ssl_error","status_checked_at":"2026-02-19T02:50:26.316Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["databricks","go","golang","hashicorp","hcp","ovh","ovhcloud","terraform","terraform-provider"],"created_at":"2026-02-19T03:00:31.849Z","updated_at":"2026-02-19T03:01:32.171Z","avatar_url":"https://github.com/swcstudiospace.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider for Databricks on OVHcloud\n\nThis Terraform provider enables you to manage Databricks resources on OVHcloud infrastructure, providing seamless integration between Databricks cloud-native services and OVHcloud's robust infrastructure platform.\n\n## Features\n\n- **Workspace Management**: Create and configure Databricks workspaces on OVH infrastructure\n- **Cluster Provisioning**: Auto-scaling compute clusters with spot instance support\n- **Job Orchestration**: Automated workflows for ETL and ML pipelines\n- **Notebook Management**: Version-controlled notebook deployment\n- **Unity Catalog**: Centralized data governance and lineage tracking\n- **ML Operations**: Model serving and experiment tracking integration\n- **Cost Optimization**: Leverage OVH's competitive pricing and resource scheduling\n\n## Quick Start\n\n```hcl\nterraform {\n  required_providers {\n    databricks-ovh = {\n      source  = \"swcstudio/databricks-ovh\"\n      version = \"~\u003e 0.1.0\"\n    }\n  }\n}\n\nprovider \"databricks-ovh\" {\n  ovh_endpoint           = \"ovh-eu\"\n  ovh_application_key    = var.ovh_application_key\n  ovh_application_secret = var.ovh_application_secret\n  ovh_consumer_key       = var.ovh_consumer_key\n  databricks_account_id  = var.databricks_account_id\n  databricks_username    = var.databricks_username\n  databricks_password    = var.databricks_password\n}\n\nresource \"databricks_ovh_workspace\" \"main\" {\n  name            = \"production-workspace\"\n  region          = \"eu-west-1\"\n  tier            = \"PREMIUM\"\n  deployment_name = \"prod-analytics\"\n}\n```\n\n## Resources\n\n- `databricks_ovh_workspace` - Databricks workspace management\n- `databricks_ovh_cluster` - Compute cluster provisioning\n- `databricks_ovh_job` - Job and workflow automation\n- `databricks_ovh_notebook` - Notebook deployment and management\n- `databricks_ovh_unity_catalog` - Data governance and cataloging\n- `databricks_ovh_secret_scope` - Secret management integration\n- `databricks_ovh_instance_pool` - Shared compute resource pools\n- `databricks_ovh_cluster_policy` - Governance and compliance policies\n\n## Data Sources\n\n- `databricks_ovh_workspaces` - List available workspaces\n- `databricks_ovh_clusters` - Query cluster information\n- `databricks_ovh_jobs` - Job discovery and monitoring\n\n## Authentication\n\nThe provider requires OVH API credentials and Databricks authentication:\n\n```bash\nexport OVH_ENDPOINT=\"ovh-eu\"\nexport OVH_APPLICATION_KEY=\"your-app-key\"\nexport OVH_APPLICATION_SECRET=\"your-app-secret\"\nexport OVH_CONSUMER_KEY=\"your-consumer-key\"\nexport DATABRICKS_ACCOUNT_ID=\"your-account-id\"\nexport DATABRICKS_USERNAME=\"your-username\"\nexport DATABRICKS_PASSWORD=\"your-password\"\n```\n\n## Examples\n\nSee the `examples/` directory for complete configuration examples including:\n\n- Basic workspace and cluster setup\n- Multi-environment ML pipelines\n- Unity Catalog data governance\n- Advanced job orchestration workflows\n\n## Development\n\n```bash\n# Build the provider\nmake build\n\n# Run tests\nmake test\n\n# Run acceptance tests\nmake testacc\n\n# Install locally\nmake install\n```\n\n## Requirements\n\n- Terraform \u003e= 1.0\n- Go \u003e= 1.18\n- OVH Cloud account with API access\n- Databricks account or trial\n\n## License\n\nThis project is licensed under the Mozilla Public License 2.0 - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\nFor issues and feature requests, please use the [GitHub issue tracker](https://github.com/swcstudio/terraform-provider-databricks-ovh/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswcstudiospace%2Fterraform-provider-ovh.databricks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswcstudiospace%2Fterraform-provider-ovh.databricks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswcstudiospace%2Fterraform-provider-ovh.databricks/lists"}