Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Releases: alexkappa/terraform-provider-auth0

v0.1.2

23 Sep 19:48
5cae091
Compare
Choose a tag to compare

Changelog

5cae091 Upgrade to auth0 v1 to allow for zero values (#34)
58acc8b Fix typo (#45)
db45860 Add requires_username property to Auth0 connection (#41)
123b9ba Add debug property to provider (#36)
7ddda34 Fix rule name regexp (#38)
6749083 Fix oidc_conformant property (#37)
f1fccd9 sort connection.enabled_clients
15c597f update go-auth0 dependency
920292d Changing name or strategy forces new resource (#27)
4fa1297 Merge pull request #25 from laurentdutheil/master
1f31a1b fix typo on Connection options attribute
cffaac2 add some attributes to the Options of a Connection (#23)
b9de33d Add workaround for email template resources missing delete functionality

v0.1.1

18 Sep 13:01
Compare
Choose a tag to compare

Changelog

2024e18 fix email template delete
b7cf8c2 update deps again
a828018 update deps
e6315fc Merge branch 'master' into auth0_v1
317c001 improve handling of nil values from terraform by checking for HasChanged
a3fe2dd update deps
11ec46a update go-auth0 dep
c5db42c update vendors
58acc8b Fix typo (#45)
af2724e add computed to client grants
db45860 Add requires_username property to Auth0 connection (#41)
123b9ba Add debug property to provider (#36)
7ddda34 Fix rule name regexp (#38)
6749083 Fix oidc_conformant property (#37)
2c73684 upgrade to auth0 v1 to allow for zero values
f1fccd9 sort connection.enabled_clients
15c597f update go-auth0 dependency
920292d Changing name or strategy forces new resource (#27)
4fa1297 Merge pull request #25 from laurentdutheil/master
1f31a1b fix typo on Connection options attribute
cffaac2 add some attributes to the Options of a Connection (#23)
b9de33d Add workaround for email template resources missing delete functionality

v0.1.0

06 Jul 12:23
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Changelog

36414e4 update go-auth to use options
2976be9 added grant_type support to client resource (#22)

v0.0.10

20 Jun 15:26
Compare
Choose a tag to compare

Changelog

6a93939 finalise support for emails and add acceptance tests
920318a Merge pull request #20 from 90poe/fix/19-rule-name-regex
98a8083 fix rule name regex
9ccc29f read client grant from remote source correctly (#17)
4288d98 Custom domain and connection read values (#16)
f26faf8 Merge branch 'master' of github.com:yieldr/terraform-provider-auth0
a40bcb3 add more checks to resource server tests
0e2abba read remote values into custom domain (#15)
8598ed3 Resource Server read remote values correctly (#14)
b82bb3a Rule / Rule Config read remote values correctly (#13)

v0.0.8

01 Jun 08:04
Compare
Choose a tag to compare

Changelog

efad0e1 customise naming format and zip when windows

v0.0.7

30 May 09:38
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Changelog

5caa835 setup go project during release

v0.0.6

29 May 16:06
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Changelog

7db92d5 skip windows binaries until vendored deps are fixed