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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ terraform {
required_providers {
civo = {
source = "civo/civo"
version = "~> 1.0.9"
version = "~> 1.1.0"
}
}
}

View File

@ -5,7 +5,7 @@ terraform {
required_providers {
civo = {
source = "civo/civo"
version = "~> 1.0.13"
version = "~> 1.1.0"
}
helm = {
source = "hashicorp/helm"