RepoDatabricks (DBRX)Databricks (DBRX)published Feb 15, 2023seen 5d

databricks/terraform-provider-tabular

Go

Open original ↗

Captured source

source ↗

databricks/terraform-provider-tabular

Language: Go

License: MPL-2.0

Stars: 4

Forks: 1

Open issues: 0

Created: 2023-02-15T23:35:16Z

Pushed: 2024-08-29T23:26:43Z

Default branch: main

Fork: no

Archived: no

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"
}