Skip to content

Commit c494236

Browse files
committed
Allow new hashicorp/kubernetes version 3.0.0
1 parent 998043f commit c494236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autogen/main/versions.tf.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ terraform {
3232
}
3333
kubernetes = {
3434
source = "hashicorp/kubernetes"
35-
version = "~> 2.10"
35+
version = ">= 2.10"
3636
}
3737
random = {
3838
source = "hashicorp/random"
@@ -50,7 +50,7 @@ terraform {
5050
}
5151
kubernetes = {
5252
source = "hashicorp/kubernetes"
53-
version = "~> 2.10"
53+
version = ">= 2.10"
5454
}
5555
random = {
5656
source = "hashicorp/random"

0 commit comments

Comments
 (0)