chore(deps): update terraform kubectl to v1.14.0

This commit is contained in:
renovate[bot] 2024-03-18 15:42:50 +00:00 committed by GitHub
parent c068c77fdb
commit f7e543f4bf
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"