databricks-cli/bundle/internal/tf/schema/resource_repo.go

14 lines
426 B
Go

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceRepo struct {
Branch string `json:"branch,omitempty"`
CommitHash string `json:"commit_hash,omitempty"`
GitProvider string `json:"git_provider,omitempty"`
Id string `json:"id,omitempty"`
Path string `json:"path,omitempty"`
Tag string `json:"tag,omitempty"`
Url string `json:"url"`
}