Skip to content

Commit 83fb885

Browse files
committed
fix(deps): update terraform kubectl to >= 2.1.6
1 parent f217542 commit 83fb885

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.1.5"
27+
version = ">= 2.1.6"
2828
}
2929

3030
tls = {

0 commit comments

Comments
 (0)