Skip to content

v0.32.0

Compare
Choose a tag to compare
@sergiught sergiught released this 06 Jul 16:16
· 549 commits to main since this release

FEATURES:

  • resource/auth0_connection: Added disable_sign_out field to samlp connections (#204)
  • resource/auth0_connection: Added metadata_xml and metadata_url to connection schema (#204)
  • resource/auth0_connection: Added signing_key to samlp connections (#210)
  • resource/auth0_connection: Adding pkce_enabled field to Oauth2 connection options (#212)
  • resource/auth0_tenant: Added several missing tenant flags (#208)

BREAKING CHANGES:

  • resource/auth0_connection: Removed deprecated options.app_domain in connection resource (#202)
  • resource/auth0_connection: Changed options.fields_map from Map to String (#207)
    • Please make sure to do a terraform state rm auth0_connection.<resource name> && terraform import auth0_connection.<resource name> <connID> in order to prevent issues due to the breaking change after upgrading to this version.