Skip to content

Helm Provider has a breaking change >= 3.0.0 #452

@bushong1

Description

@bushong1

Description

Helm Provider has released a breaking change that affects this module.

This module has the helm provider version set to >= 2.9, but should probably be set to ~> 2.9 to prevent major version bumps.

If your request is for a new feature, please use the Feature request template.

  • ✋ I have searched the open/closed issues and my issue is not listed.

Versions

  • Module version [Required]:

  • Terraform version:
    tofu 1.9.0

  • Provider version(s):

+ provider registry.opentofu.org/cloudposse/awsutils v0.20.1
+ provider registry.opentofu.org/cloudposse/template v2.2.0
+ provider registry.opentofu.org/cloudposse/utils v1.30.0
+ provider registry.opentofu.org/hashicorp/aws v5.100.0
+ provider registry.opentofu.org/hashicorp/cloudinit v2.3.7
+ provider registry.opentofu.org/hashicorp/helm v3.0.0
+ provider registry.opentofu.org/hashicorp/http v3.5.0
+ provider registry.opentofu.org/hashicorp/kubernetes v2.37.1
+ provider registry.opentofu.org/hashicorp/local v2.5.3
+ provider registry.opentofu.org/hashicorp/null v3.2.4
+ provider registry.opentofu.org/hashicorp/random v3.7.2
+ provider registry.opentofu.org/hashicorp/time v0.13.1
+ provider registry.opentofu.org/hashicorp/tls v4.1.0

Reproduction Code [Required]

Run an init/upgrade on any code for this module.

Expected behaviour

It plans.

Actual behaviour

Plan fails

│ Error: Unsupported block type
│ 
│   on .terraform/modules/foo_eks.foo_eks_addons.eks_blueprints_kubernetes_addons.vpa/main.tf line 75, in resource "helm_release" "this":
│   75:   dynamic "set_sensitive" {
│ 
│ Blocks of type "set_sensitive" are not expected here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions