Releases: disc/terraform-provider-pritunl
Releases · disc/terraform-provider-pritunl
v0.1.13
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
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
Updated a few dependencies (#47)
v0.1.10
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
Updated a few packages (#33)
v0.1.8
Bump `github.com/hashicorp/go-getter` from `1.6.2` to `1.7.0` (#32)
v0.1.7
Fixes #29 (#30) Added support of `session_timeout` param
v0.1.6
Force replace user on organization_id change (#28)
v0.1.5
v0.1.4
Merge pull request #21 from disc/packages-updates Updated a few dependencies