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

v3.0.0 – Migrate Helm Provider to Terraform Plugin Framework #1554

Open
jrhouston opened this issue Jan 16, 2025 · 1 comment
Open

v3.0.0 – Migrate Helm Provider to Terraform Plugin Framework #1554

jrhouston opened this issue Jan 16, 2025 · 1 comment

Comments

@jrhouston
Copy link
Contributor

v3.0.0 – Migrate Helm Provider to Terraform Plugin Framework

This is a pinned issue to give notice that this provider project is to be migrated from the Terraform Plugin SDK to the new Terraform Plugin Framework.

This change will be introduced in a major version bump to v3.0.0 this year. In advance of this we will publish pre-releases for testing.

Major Breaking Changes

  • The Terraform Protocol Version will be bumped to Protocol v6.
  • Removal of HCL blocks to be replaced with Object attributes.

An upgrade guide on how to update existing configurations will be included in the v3.0.0 release.

Why are we doing this?

Migrating this provider to the Terraform Plugin Framework will give us access to new Terraform features and allow us to carry out planned improvement work on this provider project.

@jrhouston
Copy link
Contributor Author

A pre-release is available as v3.0.0-pre1 you can use it like this:

terraform {
  required_providers {
    helm = {
      source  = "hashicorp/helm"
      version = "= 3.0.0-pre1"
    }
  }
}

Please open issues generously and tag them as provider/v3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants