-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove 0002-Add-nil-checks-for-sql-database-instance-flattening.patch #2319
Comments
Added to epic #2290 |
When reproing did you use a partial state .get as in the original repro? This looks very much like pulumi/pulumi-terraform-bridge#2282, which is still an issue. |
Update: It turns out this patch cannot be removed at this point. Here's a program to check if the behavior has improved:
You should see an error or a success; not a panic. |
Closing this issue as wontfix. |
Upgrades upstream provider to v6.0.1. Resolves #2348. Resolves #2357 - Adds a patch for renaming new default label to `goog-pului-provisioned` - Renames config field to `addPulumiAttributionLabel` - Adjusts labels tests to expect new label - Adjusts bucket label patch to avoid writing this label to the Bucket resource itself. Introduces additional breaking change via cloudrunv2.Service `ports` field, which is now a MaxItemsOne upstream, which turns it into an object on our end, rather than an array entry. Look for a state transformer on the resource for upgrades. Removes patches: - [~Remove 0002-Add-nil-checks-for-sql-database-instance-flattening.patch~](#2319) - [Remove 0010-Remove-pattern-string-from-compute-forwarding-rules.patch](#2326) - [Remove Add-flattening-of-self-managed-certificates.patch](#1188)
History:
This patch was inherited from a fork change committed in #602, linking to this fork commit. It was made to address #599.
To verify this is no longer needed, I created a SQL Database instance and tried to
.get
it, using the current patched provider. This worked as expected. Then I removed the patch and re-built the provider, and it also works as expected. It appears any buggy nil check behavior was fixed in the bridge since, and we can remove this patch.See also: #1186.
The text was updated successfully, but these errors were encountered: