Merge pull request #186 from ChristianLempa/renovate/kubectl-1.x

chore(deps): update terraform kubectl to v1.14.0
This commit is contained in:
Christian Lempa 2024-03-18 16:44:13 +01:00 committed by GitHub
commit 36c2972457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ terraform {
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = "1.13.1"
version = "1.14.0"
}
}
}

View File

@ -17,7 +17,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.13.1"
version = "1.14.0"
}
cloudflare = {
source = "cloudflare/cloudflare"