Documentation
¶
Index ¶
Constants ¶
View Source
const TerraformProviderUserAgent = "terraform-provider-databricks"
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Types ¶
type AzureConfig ¶
type AzureConfig struct {
WorkspaceID string
ServicePrincipal *AzureServicePrincipalConfig
}
type Config ¶
type Config struct {
Token string
Host string
Azure *AzureConfig
OrganizationID string
// contains filtered or unexported fields
}
type Meta ¶
type Meta struct {
Clusters clusters.BaseClient
Groups groups.BaseClient
Workspace workspace.BaseClient
StopContext context.Context
}
Click to show internal directories.
Click to hide internal directories.