Преглед на файлове

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

chore(deps): update terraform civo to ~> 1.1.0
Christian Lempa преди 1 година
родител
ревизия
bd41afcb9b
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      terraform/civo/provider.tf
  2. 1 1
      terraform/templates/kubernetes-automation-example/provider.tf

+ 1 - 1
terraform/civo/provider.tf

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

+ 1 - 1
terraform/templates/kubernetes-automation-example/provider.tf

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