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 mismatch in name for package #601

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

guineveresaenger
Copy link
Contributor

Demo PR for pulumi/pulumi-terraform-bridge#2562. Once that is merged and this provider uses that bridge version,
we can close #598.

Copy link

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.

guineveresaenger added a commit to pulumi/pulumi-terraform-bridge that referenced this pull request Nov 1, 2024
This pull request swaps out use of `g.info.Name` for
`g.pkg.Name().String()` when determining the name of the provider for
title and download link purposes.
`g.info.Name` refers to the upstream Terraform provider name. We need to
use the Pulumi package name instead.
Fortunately the bridge already knows how to do this, so this pull
request swaps out the package name getter and adjusts the parser test
provider to have a pkg name.

Fixes pulumi/pulumi-f5bigip#598.
PR in that provider with these changes:
pulumi/pulumi-f5bigip#601
@guineveresaenger guineveresaenger added awaiting/bridge The issue cannot be resolved without action in pulumi-terraform-bridge. blocked The issue cannot be resolved without 3rd party action. labels Nov 1, 2024
@guineveresaenger guineveresaenger marked this pull request as ready for review November 1, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting/bridge The issue cannot be resolved without action in pulumi-terraform-bridge. blocked The issue cannot be resolved without 3rd party action.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Name confusion: bigip or f5bigip?
2 participants