generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df690a9
commit b75d08d
Showing
10 changed files
with
62 additions
and
481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,3 +34,6 @@ sdk/python/venv | |
|
||
# Ignore local build tracking directory | ||
.make | ||
|
||
go.work | ||
go.work.sum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "upstream"] | ||
path = upstream | ||
url = https://github.com/databricks/terraform-provider-databricks.git | ||
ignore = dirty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Venelin <venelin@pulumi.com> | ||
Date: Fri, 3 Jan 2025 14:54:19 +0200 | ||
Subject: [PATCH] add shim patch | ||
|
||
|
||
diff --git a/shim/shim.go b/shim/shim.go | ||
new file mode 100644 | ||
index 00000000..1c7b23da | ||
--- /dev/null | ||
+++ b/shim/shim.go | ||
@@ -0,0 +1,12 @@ | ||
+package shim | ||
+ | ||
+import ( | ||
+ "github.com/databricks/terraform-provider-databricks/internal/providers/pluginfw" | ||
+ "github.com/databricks/terraform-provider-databricks/internal/providers/sdkv2" | ||
+ "github.com/hashicorp/terraform-plugin-framework/provider" | ||
+ "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" | ||
+) | ||
+ | ||
+func PF() provider.Provider { return pluginfw.GetDatabricksProviderPluginFramework() } | ||
+ | ||
+func SDKv2() *schema.Provider { return sdkv2.DatabricksProvider() } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.