Skip to content
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

fix: patch to remove failing provider meta schema #83

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

ocobles
Copy link
Contributor

@ocobles ocobles commented Mar 6, 2024

Provider was constantly failing in sdk v2 resources with the error in screenshot below. It fails in https://github.com/pulumi/pulumi-terraform-bridge/blob/f6013b69e741bc73632fd42ba2b4630a1f2cc3ff/pkg/tfshim/sdk-v2/provider2.go#L290 and seems to me an error in the terraform bridge plugin. I can't find any explanation why it takes the value of Config instead of Meta. 'm going to open an issue in the bridge plugin but for now I have added this patch to remove the ProviderMetaSchema from the upstream terraform provider, which in fact has no use here in pulumi.

image

Copy link

github-actions bot commented Mar 6, 2024

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@ocobles ocobles merged commit 41cde6f into main Mar 6, 2024
15 checks passed
@displague displague deleted the remove-tf-provider-meta branch March 26, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants