We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00ec5c commit 537a898Copy full SHA for 537a898
README.md
@@ -20,13 +20,13 @@ module "azure-basics" {
20
21
The following requirements are needed by this module:
22
23
-- helm (>= 2.4.1)
+- helm (>= 2.4.1, < 3.0.0)
24
25
## Providers
26
27
The following providers are used by this module:
28
29
30
31
- kubernetes
32
terraform.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
helm = {
4
source = "hashicorp/helm"
5
- version = ">= 2.4.1"
+ version = ">= 2.4.1, < 3.0.0"
6
}
7
8
0 commit comments