Skip to content

Releases: disc/terraform-provider-pritunl

v0.1.13

14 Sep 17:36
6e2ef14
Compare
Choose a tag to compare
Server's group name validation (#49)

Closes #41:
Added validation for server's groups name that doesn't allow to use spaces in a group name

v0.1.12

14 Sep 14:27
27e1fe3
Compare
Choose a tag to compare
Feature/enable sso authentication on connect (#48)

* added struct variable & schema for "sso_auth"

* added check for sso_auth in resourceUpdateServer

* fix copy and paste error

* add test case for new sso_auth option

* fixed another copy paste error

* refactor sso_auth tests into own test

* remove duplicate test function

* add sso_auth parameter to resource documentation

* update docker-pritunl

---------

Co-authored-by: Cyril Tan <[email protected]>

v0.1.11

10 Sep 13:57
25298d6
Compare
Choose a tag to compare
Updated a few dependencies (#47)

v0.1.10

27 Aug 09:30
58108f6
Compare
Choose a tag to compare
Feature/issue 37 route net gateway support (#39)

* adding NetGateway Support

* update usage

* added unit testing

* update

* added comment for net_gateway test

* Update resource_server_test.go

update

* adjust test test

* update comment

v0.1.9

21 Feb 18:37
54f1b6c
Compare
Choose a tag to compare
Updated a few packages (#33)

v0.1.8

17 Feb 13:19
35ac14a
Compare
Choose a tag to compare
Bump `github.com/hashicorp/go-getter` from `1.6.2` to `1.7.0` (#32)

v0.1.7

17 Feb 09:23
194e046
Compare
Choose a tag to compare
Fixes #29 (#30)

Added support of `session_timeout` param

v0.1.6

13 Feb 17:00
519210b
Compare
Choose a tag to compare
Force replace user on organization_id change (#28)

v0.1.5

13 Sep 06:58
458c912
Compare
Choose a tag to compare

Prevent unwanted organization detach from server (#24)

v0.1.4

16 Jun 09:45
7a18800
Compare
Choose a tag to compare
Merge pull request #21 from disc/packages-updates

Updated a few dependencies