-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
enhancementNew feature or requestNew feature or request
Description
TL;DR
helm 2.14.0 is kind of end of life and the current terraform doesnt support helm 3.0 provider when 3.0 provider is used I see following error
╷
│ Error: Unsupported block type
│
│ on .terraform/modules/gh_runners/modules/gh-runner-gke/main.tf line 130, in resource "helm_release" "arc_runners_set":
│ 130: set {
│
│ Blocks of type "set" are not expected here. Did you mean to define argument "set"? If so, use the equals sign to assign it a value.
╵
╷
│ Error: Unsupported block type
│
│ on .terraform/modules/gh_runners/modules/gh-runner-gke/main.tf line 135, in resource "helm_release" "arc_runners_set":
│ 135: set {
│
│ Blocks of type "set" are not expected here. Did you mean to define argument "set"? If so, use the equals sign to assign it a value.
╵
╷
│ Error: Unsupported block type
│
│ on .terraform/modules/gh_runners/modules/gh-runner-gke/main.tf line 140, in resource "helm_release" "arc_runners_set":
│ 140: dynamic "set" {
│
│ Blocks of type "set" are not expected here.
Terraform Resources
Detailed design
update terraform to support helm provider version greater than 3.0
Additional information
No response
yannickjones
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request