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

Releases: alexkappa/terraform-provider-auth0

v0.16.1

25 Nov 18:33

Choose a tag to compare

BUG FIXES:

  • resource/auth0_connection: Fix validation field to correctly define a min and max username lengths (#258).

v0.16.0

16 Nov 14:22

Choose a tag to compare

FEATURES:

  • resource/auth0_log_stream: Support for LogStreams (#270).

NOTES:

  • Upgrade to gopkg.in/auth0.v5 (v5.2.2)

v0.15.2

25 Sep 07:18

Choose a tag to compare

new release

v0.15.1

24 Sep 16:11

Choose a tag to compare

new release

v0.15.0

24 Sep 14:14

Choose a tag to compare

new release

0.14.0

06 Sep 08:56

Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_client: Validate description length to be 140 characters (#260)
  • resource/auth0_tenant: Validate session_lifetime to be > 1 (#229)

BUG FIXES:

  • resource/auth0_connection: Fix debug field in SAML connections and change iterating from a Set to a List (#261)

NOTES:

Fixed typo in the documentation (#263)

v0.13.1

06 Sep 08:40

Choose a tag to compare

v0.13.0

22 Aug 08:24

Choose a tag to compare

FEATURES:

  • resource/auth0_client: support for setting refresh_token (#255)

v0.12.2

07 Jul 12:30

Choose a tag to compare

BUG FIXES:

  • resource/auth0_client: samlp addon is now correctly translated to camel case (#226)

v0.12.1

07 Jul 12:30

Choose a tag to compare

BUG FIXES:

  • resource/auth0_rule_config: forces new resource when key has change (#246).