databricks

package
v0.1.0-alpha.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2020 License: MPL-2.0 Imports: 16 Imported by: 0

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 AzureServicePrincipalConfig

type AzureServicePrincipalConfig struct {
	ClientID     string
	ClientSecret string
	TenantID     string
	Environment  string
}

type Config

type Config struct {
	Token          string
	Host           string
	Azure          *AzureConfig
	OrganizationID string
	// contains filtered or unexported fields
}

func (*Config) Client

func (c *Config) Client() (*Meta, error)

type Meta

type Meta struct {
	Clusters    clusters.BaseClient
	Groups      groups.BaseClient
	Workspace   workspace.BaseClient
	StopContext context.Context
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL