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

bump provider to 0.5.4 and implied changes #44

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

steveej
Copy link

@steveej steveej commented Apr 20, 2024

hey there,

this is my ever first touch on a pulumi provider and i was curious to use this as an example on how terraform-bridge providers work.

please let me know if there's more to do here for the update.

@ringods
Copy link
Member

ringods commented Apr 21, 2024

@steveej thank you for this upgrade PR. These days, we no longer do upgrades to upstream TF providers manually anymore. Pulumi delivered the following tool which automates the tasks included in an upgrade of both the Terraform bridge version as well as the upstream TF provider:

https://github.com/pulumi/upgrade-provider/

Besides this provider, I also manage a few others. Past week I have been aligning some of the workflows between all of these. Running above tool to upgrade the Terraform bridge is already covered by a Github Actions workflow:

https://github.com/pulumiverse/pulumi-matchbox/blob/main/.github/workflows/upgrade-bridge.yml

Would you mind redoing the provider by using this tool using the option --kind provider to only upgrade the upstream provider?

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.

None yet

2 participants