Sfoglia il codice sorgente

Merge pull request #917 from ChristianLempa/renovate/twingate-3.0.x

Christoph Schug 1 anno fa
parent
commit
084a45a83f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      terraform/twingate/provider.tf

+ 1 - 1
terraform/twingate/provider.tf

@@ -3,7 +3,7 @@ terraform {
   required_providers {
     twingate = {
       source = "Twingate/twingate"
-      version = "3.0.17"
+      version = "3.0.18"
     }
   }
 }