diff --git a/anthos-attached-clusters/aks/provider.tf b/anthos-attached-clusters/aks/provider.tf index 5c635cd2d..c9b994055 100644 --- a/anthos-attached-clusters/aks/provider.tf +++ b/anthos-attached-clusters/aks/provider.tf @@ -26,7 +26,7 @@ terraform { } helm = { source = "hashicorp/helm" - version = "~> 2.0" + version = "~> 3.0" } } required_version = ">= 0.13" diff --git a/anthos-attached-clusters/eks/provider.tf b/anthos-attached-clusters/eks/provider.tf index b7454ced5..9b95ea448 100644 --- a/anthos-attached-clusters/eks/provider.tf +++ b/anthos-attached-clusters/eks/provider.tf @@ -26,7 +26,7 @@ terraform { } helm = { source = "hashicorp/helm" - version = "~> 2.0" + version = "~> 3.0" } } required_version = ">= 0.13" diff --git a/anthos-attached-clusters/kind/provider.tf b/anthos-attached-clusters/kind/provider.tf index 09acb6836..12dee1576 100644 --- a/anthos-attached-clusters/kind/provider.tf +++ b/anthos-attached-clusters/kind/provider.tf @@ -26,7 +26,7 @@ terraform { } helm = { source = "hashicorp/helm" - version = "~> 2.0" + version = "~> 3.0" } } required_version = ">= 0.13"