# terraform-provider-tabular **Repository Path**: mirrors_databricks/terraform-provider-tabular ## Basic Information - **Project Name**: terraform-provider-tabular - **Description**: No description available - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-25 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Terraform Tabular Provider ## Using the provider ``` terraform { required_providers { tabular = { source = "tabular-io/tabular" } } } provider "tabular" { token_endpoint = "https://api.tabular.io/ws/v1/oauth/tokens" endpoint = "http://localhost:8080" organization_id = "73cade70-d578-4b84-8ba6-4cdebbdcf0f0" } ```