Merge pull request #395 from ChristianLempa/renovate/civo-1.x

chore(deps): update terraform civo to ~> 1.1.0
This commit is contained in:
Christian Lempa
2024-10-03 17:01:52 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ terraform {
required_providers {
civo = {
source = "civo/civo"
version = "~> 1.0.9"
version = "~> 1.1.0"
}
}
}
@@ -5,7 +5,7 @@ terraform {
required_providers {
civo = {
source = "civo/civo"
version = "~> 1.0.13"
version = "~> 1.1.0"
}
helm = {
source = "hashicorp/helm"