Browse Source

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

chore(deps): update terraform twingate to v3.3.1
Christian Lempa 11 tháng trước cách đây
mục cha
commit
6367d7daf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
     }
   }
 }