Skip to content

Commit f57a3a8

Browse files
renovate[bot]mrclrchtr
authored andcommitted
fix(deps): update terraform kubectl to >= 2.0.4
1 parent 983b8d9 commit f57a3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraform {
2424

2525
kubectl = {
2626
source = "alekc/kubectl"
27-
version = "~> 2"
27+
version = ">= 2.0.4"
2828
}
2929

3030
tls = {

0 commit comments

Comments
 (0)