Explorar el Código

Merge pull request #968 from ChristianLempa/renovate/twingate-3.x

chore(deps): update terraform twingate to v3.3.1
Christian Lempa hace 11 meses
padre
commit
6367d7daf1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.18"
+      version = "3.3.1"
     }
   }
 }