chore(deps): update terraform civo to ~> 1.1.0

This commit is contained in:
renovate[bot]
2024-10-03 14:56:49 +00:00
committed by GitHub
parent 2b20e31b7b
commit c1ce9703ad
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"