Przeglądaj źródła

chore(deps): update terraform twingate to v3.0.17

renovate[bot] 11 miesięcy temu
rodzic
commit
41b5b83950
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.0.16"
+      version = "3.0.17"
     }
   }
 }