Skip to content

Releases: auth0/terraform-provider-auth0

v0.31.0

22 Jun 17:12
e2a6e10
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_hook: Add warnings for untracked hook secrets (#189)
  • resource/auth0_log_stream: Add datadog_region validation (#192)
  • resource/auth0_connection: Add computed to password* fields in connection resource (#191)
  • resource/auth0_connection: Adding icon_url to OAuth2 connection types (#196)

BUG FIXES:

  • resource/auth0_connection: Fix crash with domain_aliases for ADFS (#172)
  • resource/auth0_connection: Fix subsequent updates to partial refresh_token object (#187)
  • resource/auth0_tenant: Setting session lifetime values as non-computed (#193)
  • resource/auth0_user: Preserve user ID casing in state (#197)
  • resource/auth0_guardian: Fix phone options issue#159 and refactor guardian resource implementation (#195)

NOTES:

  • Correct docs example typo binding_method to protocol_binding (#179)
  • Enabled http recordings with go-vcr to be used within tests for more reliable testing
  • Adding documentation for passwordless email connection (#179)
  • Adding GitHub connection scopes documentation (#199)

v0.30.3

31 May 10:16
b466c01
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_connection: Added support for connection metadata field (#158)

v0.30.2

25 Apr 14:12
9bb4847
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_tenant: Fixed auth0 tenant flags so it only sends set values (#144)
  • resource/auth0_connection: Fixed missing options when importing a connection object (#142)

NOTES:

  • resource/auth0_custom_domain: Removed deprecated verification_method from custom domain resource (#143)

v0.30.1

14 Apr 15:34
cb5ed0f
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_client: Fix conversion issue in flattenAddons func in client resource (#140)

v0.30.0

12 Apr 18:11
39bc476
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_custom_domain*: Added support for creating external resources associated with self-managed certificates (#118)
  • resource/auth0_log_stream: [DXCDT-104] Added filters to log_stream resource (#133)

BUG FIXES:

  • resource/auth0_log_stream: Fixed serialization of log streams with http sink custom headers (#120)

NOTES:

v0.29.0

31 Mar 17:14
69b3601
Compare
Choose a tag to compare

FEATURES:

  • data-source/auth0_tenant: Added a new data source for a subset of a tenant's info (#95)

BUG FIXES:

  • resource/*: [DXCDT-80] Fixed surfaced errors on all resources after not ignoring them when setting resource data (#106, #104, #105, #94, #97, #101, #113, #112, #111, #110, #114, #109)
  • resource/auth0_action: Failed fast when action fails to build (#107)

v0.28.1

11 Mar 18:04
2b8e268
Compare
Choose a tag to compare

0.28.1

BUG FIXES:

  • resource/auth0_attack_protection: Fix attack protection resource for PSaaS Tenants (#86)

v0.28.0

04 Mar 15:55
5f25659
Compare
Choose a tag to compare

FEATURES:

  • resource/auth0_attack_protection: Added Attack Protection Management Resource (#77)

ENHANCEMENTS:

  • resource/auth0_connection: Added ShowAsButton option for enterprise connections (#80)

BUG FIXES:

  • resource/auth0_tenant: Wiring default_redirection_uri parameter in 'auth0_tenant' into Auth0 API call (#71)
  • resource/auth0_client: Mark signing_keys as sensitive (#72)

v0.27.1

24 Feb 18:35
49af1f6
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Added Signing Keys to client resources (#66)
  • Update documentation to include missing resources and show how to import each resource (#67)

v0.27.0

15 Feb 15:50
564f650
Compare
Choose a tag to compare

ENHANCEMENTS:

NOTES:

  • Added reference to initiate_login_uri property in client documentation (#513)

Previous History

This project is a continuation of alexkappa/terraform-provider-auth0, to view the previous change history, please see that repo's changelog.