generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is an alternative strategy to restore an old field, and does not require a patch in the upstream provider. Instead, we create the field in resources.go and make sure that if a user sets it, we move it to `restEndpoint` (which the provider still has as valid).
- Loading branch information
Showing
7 changed files
with
64 additions
and
167 deletions.
There are no files selected for viewing
138 changes: 0 additions & 138 deletions
138
patches/0001-Add-support-for-deprecated-and-removed-http_endpoint.patch
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 1ccb7127739cf3a3a6dbe124f1937cd4b4fcdbe1 Mon Sep 17 00:00:00 2001 | ||
From 84980b38abac2616149d8218d59b61687a580fb9 Mon Sep 17 00:00:00 2001 | ||
From: Ian Wahbe <[email protected]> | ||
Date: Thu, 9 Mar 2023 18:22:25 +0100 | ||
Subject: [PATCH 2/2] Insert shim | ||
Subject: [PATCH] Insert shim | ||
|
||
--- | ||
shim/shim.go | 10 ++++++++++ | ||
|
@@ -25,5 +25,5 @@ index 0000000..ac43027 | |
+ return provider.New(version, customUserAgent)() | ||
+} | ||
-- | ||
2.39.2 (Apple Git-143) | ||
2.41.0 | ||
|
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 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