Skip to content

Commit

Permalink
Update Terraform kubectl to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 5378cff commit e022a17
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
}
kubectl = {
source = "alekc/kubectl"
version = "2.0.4"
version = "2.1.1"
}
tls = {
source = "hashicorp/tls"
Expand Down
2 changes: 1 addition & 1 deletion modules/argo-apps/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubectl = {
source = "alekc/kubectl"
version = "2.0.4"
version = "2.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/argo-cd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubectl = {
source = "alekc/kubectl"
version = "2.0.4"
version = "2.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/aws-loadbalancer-controller/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubectl = {
source = "alekc/kubectl"
version = "2.0.4"
version = "2.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/cert-manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubectl = {
source = "alekc/kubectl"
version = "2.0.4"
version = "2.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/external-secrets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubectl = {
source = "alekc/kubectl"
version = "2.0.4"
version = "2.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/istio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubectl = {
source = "alekc/kubectl"
version = "2.0.4"
version = "2.1.1"
}
}
}
Expand Down

0 comments on commit e022a17

Please sign in to comment.