Przeglądaj źródła

Merge pull request #1046 from ChristianLempa/renovate/twingate-3.3.x

chore(deps): update terraform twingate to v3.3.2
Christoph Schug 10 miesięcy temu
rodzic
commit
9d370f0c1f
1 zmienionych plików z 1 dodań i 1 usunięć
  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.3.1"
+      version = "3.3.2"
     }
   }
 }