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 998043f commit c494236Copy full SHA for c494236
autogen/main/versions.tf.tmpl
@@ -32,7 +32,7 @@ terraform {
32
}
33
kubernetes = {
34
source = "hashicorp/kubernetes"
35
- version = "~> 2.10"
+ version = ">= 2.10"
36
37
random = {
38
source = "hashicorp/random"
@@ -50,7 +50,7 @@ terraform {
50
51
52
53
54
55
56
0 commit comments