diff --git a/install/terraform/modules/helm3/helm.tf b/install/terraform/modules/helm3/helm.tf index 45229d75bc..0a36f12af3 100644 --- a/install/terraform/modules/helm3/helm.tf +++ b/install/terraform/modules/helm3/helm.tf @@ -15,9 +15,16 @@ # # This is a Helm 3.x module, and is the module that should be actively used. # - +terraform { + required_version = ">= 0.12.6" + required_providers { + helm = { + version = "~> 1.2" + source = "hashicorp/helm" + } + } +} provider "helm" { - version = "~> 1.2" kubernetes { load_config_file = false host = var.host