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

feat: Add resource mapping generator add upgrade Terraform Bridge #43

Merged
merged 7 commits into from
Mar 22, 2024

Conversation

tmeckel
Copy link
Member

@tmeckel tmeckel commented Nov 4, 2023

This PR contains changes to integrate a resource mapping generator for missing resource mappings in the provider and it upgrades Terraform Bridge

  • feat: add provider/generate.go to create missing resources mappings and added target generate to Makefile
  • fix(.github/workflows/release.yml): changed secrets.PYPI_API_TOKEN to secrets.PYPI_PASSWORD
  • chore: bumped version of github.com/pulumi/pulumi-terraform-bridge/v3 to v3.63.2 and github.com/pulumi/pulumi-terraform-bridge/pf to v0.18.3
  • cicd: bumped go version to 1.21
  • build: added targets go.work and tidy to Makefile and bumped GO version to 1.21
  • feat: bumped version of upstream provider to v0.11.1 and version of Terraform Bridge to 3.78.0
  • chore: reacreated language SDKs

Closes: #42

@tmeckel tmeckel merged commit 37bb2af into main Mar 22, 2024
4 checks passed
@tmeckel tmeckel deleted the feat/add-generate-and-upgrade branch March 22, 2024 16:35
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.

fix: Upgrade to Terraform Bridge >= v3.63.2
1 participant